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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user