From 04535bec80b9f2df941658b94ac9de1124936e41 Mon Sep 17 00:00:00 2001 From: "ashishbhatt%netscape.com" Date: Tue, 27 Nov 2001 20:11:41 +0000 Subject: [PATCH] Updating typo error from RunAllHistoryEnrtyTests to RunAllHistoryEntryTests() --- embedding/qa/testembed/nsiHistory.cpp | 4 ++-- embedding/qa/testembed/nsiHistory.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/embedding/qa/testembed/nsiHistory.cpp b/embedding/qa/testembed/nsiHistory.cpp index 4787622b45b..63e85c7fc63 100644 --- a/embedding/qa/testembed/nsiHistory.cpp +++ b/embedding/qa/testembed/nsiHistory.cpp @@ -148,7 +148,7 @@ void CNsIHistory::OnStartTests(UINT nMenuID) //GetSHistoryEnumerator(getter_AddRefs(theSimpleEnum)); break ; case ID_INTERFACES_NSISHISTORY_NSIHISTORYENTRY_RUNALLTESTS : - RunAllHistoryEnrtyTests(); + RunAllHistoryEntryTests(); break ; case ID_INTERFACES_NSISHISTORY_NSIHISTORYENTRY_GETURI : GetURIHistTest(theHistoryEntry); @@ -410,7 +410,7 @@ void CNsIHistory::PurgeHistoryTest(nsISHistory* theSessionHistory, PRInt32 numEn FormatAndPrintOutput("Number of removed entries = ", numEntries, 2); } -void CNsIHistory::RunAllHistoryEnrtyTests() +void CNsIHistory::RunAllHistoryEntryTests() { PRInt32 numEntries = 5; PRInt32 theIndex; diff --git a/embedding/qa/testembed/nsiHistory.h b/embedding/qa/testembed/nsiHistory.h index 9a646305ac4..8693fcbd12a 100644 --- a/embedding/qa/testembed/nsiHistory.h +++ b/embedding/qa/testembed/nsiHistory.h @@ -84,7 +84,7 @@ public: void PurgeHistoryTest(nsISHistory *, PRInt32); void RunAllTests(); void OnStartTests(UINT nMenuID); - void RunAllHistoryEnrtyTests(); + void RunAllHistoryEntryTests(); // Generated message map functions protected: