Set return value to false for nsIUriContentListener->OnStartUriOpen(). Added urlDialog for nsIUriLoader->OpenUri(). Now passing 2nd parameter (doCommandState) in DoCommandTest() in nsICommandMgr.cpp. Not part of the build.

git-svn-id: svn://10.0.0.236/trunk@129878 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
depstein%netscape.com
2002-09-18 03:42:09 +00:00
parent 9f07ef48e9
commit ec2bffd8d4
6 changed files with 25 additions and 16 deletions

View File

@@ -303,8 +303,8 @@ void CnsICmdParams::RunAllTests()
else
QAOutput("We didn't get nsICommandParams object.", 2);
SetBooleanValueTest(PR_TRUE, "state_attribute");
SetBooleanValueTest(PR_FALSE, "state_attribute");
SetBooleanValueTest(PR_TRUE, "state_attribute");
SetLongValueTest(15000000, "state_attribute");
SetDoubleValueTest(100.295375, "state_attribute");
SetStringValueTest("Hello world!", "state_attribute");