bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
git-svn-id: svn://10.0.0.236/trunk@109390 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -226,7 +226,10 @@ void CTests::OnTestsChangeUrl()
|
||||
QAOutput("Begin Change URL test.", 1);
|
||||
strcpy(theUrl, myDialog.m_urlfield);
|
||||
rv = qaWebNav->LoadURI(NS_ConvertASCIItoUCS2(theUrl).get(),
|
||||
nsIWebNavigation::LOAD_FLAGS_BYPASS_HISTORY);
|
||||
nsIWebNavigation::LOAD_FLAGS_BYPASS_HISTORY,
|
||||
nsnull,
|
||||
nsnull,
|
||||
nsnull);
|
||||
RvTestResult(rv, "rv LoadURI() test", 1);
|
||||
FormatAndPrintOutput("The url = ", theUrl, 2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user