removed reference to nsString2

git-svn-id: svn://10.0.0.236/trunk@64195 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
2000-03-26 23:06:01 +00:00
parent 2b02b39ceb
commit 5ac964af00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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