removed reference to nsString2
git-svn-id: svn://10.0.0.236/trunk@64195 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user