Updating typo error from RunAllHistoryEnrtyTests to RunAllHistoryEntryTests()

This commit is contained in:
ashishbhatt%netscape.com 2001-11-27 20:11:41 +00:00
Родитель 95386ac6d9
Коммит 04535bec80
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

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

Просмотреть файл

@ -84,7 +84,7 @@ public:
void PurgeHistoryTest(nsISHistory *, PRInt32);
void RunAllTests();
void OnStartTests(UINT nMenuID);
void RunAllHistoryEnrtyTests();
void RunAllHistoryEntryTests();
// Generated message map functions
protected: