removed reference to nsString2

This commit is contained in:
rickg%netscape.com 2000-03-26 23:06:01 +00:00
Родитель ccd0e4b9e7
Коммит b4fc6406c5
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -525,7 +525,7 @@ int CStringTester::TestSearching(){
//now try substringsearching with RFind() using offset and count...
{
nsString2 s1("abcdefghijklmnopqrstuvwxyz");
nsString s1("abcdefghijklmnopqrstuvwxyz");
PRInt32 pos= s1.RFind("ghi"); //first search from end using count
NS_ASSERTION(pos==6,"Error: RFind() with offset and count"); //THIS WILL SUCCEED!

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

@ -27,7 +27,7 @@
#include "nsIServiceManager.h"
#include "nsIObserverService.h"
#include "nsString2.h"
#include "nsString.h"
#include "prlog.h"