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:
depstein%netscape.com
2002-10-12 01:51:18 +00:00
parent 0858d54598
commit bddb4eb769
3 changed files with 15 additions and 15 deletions

View File

@@ -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);
}