bug #94205. Adding flags to nsIWebNavigation::Stop().
git-svn-id: svn://10.0.0.236/trunk@101001 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -957,7 +957,7 @@ void CTests::StopUriTest(char *theUrl)
|
||||
|
||||
qaWebNav->LoadURI(NS_ConvertASCIItoUCS2(theUrl).get(),
|
||||
nsIWebNavigation::LOAD_FLAGS_NONE);
|
||||
rv = qaWebNav->Stop();
|
||||
rv = qaWebNav->Stop(nsIWebNavigation::STOP_ALL);
|
||||
sprintf(theTotalString, "%s%s%s", "Stop(): ", theUrl, " test");
|
||||
CQaUtils::RvTestResult(rv, theTotalString, 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user