Fixed Get/SetURIContentListener and SetContainerWindow test cases in nsIWebBrow.cpp. Added SetSessionHistory test case in nsiHistory.cpp (while saving existing sHistory). Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@131859 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -103,7 +103,7 @@ void CNsIHistory::OnStartTests(UINT nMenuID)
|
||||
|
||||
// get Session History through web nav iface
|
||||
if (qaWebNav) {
|
||||
rv = qaWebNav->GetSessionHistory( getter_AddRefs(theSessionHistory));
|
||||
rv = qaWebNav->GetSessionHistory(getter_AddRefs(theSessionHistory));
|
||||
RvTestResult(rv, "GetSessionHistory() object", 1);
|
||||
RvTestResultDlg(rv, "GetSessionHistory() object", true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user