M src_moz/ProfileManagerImpl.cpp

- remove log line that isn't guaranteed to be encountered

M test/automated/src/classes/org/mozilla/webclient/CompareFiles.java

- change "new" to "actual" and "old" to expected

- skip "WARNING:" lines in the expected file as well.

M test/automated/src/test/BrowserControlFactoryTest_correct

- remove log line that isn't guaranteed to be encountered.


git-svn-id: svn://10.0.0.236/trunk@153261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2004-02-26 02:37:00 +00:00
parent 4d2e987488
commit 1c90c05048
3 changed files with 52 additions and 47 deletions

View File

@@ -79,9 +79,6 @@ JNIEXPORT void JNICALL Java_org_mozilla_webclient_impl_wrapper_1native_ProfileMa
PRUnichar **Names;
PRUint32 NamesLen = 0;
rv = profile->GetProfileList(&NamesLen, &Names);
PR_LOG(prLogModuleInfo, PR_LOG_DEBUG,
("ProfileManagerImpl_nativeStartup: GetProfileList rv: %d\n",
rv));
argv[1] = PL_strdup("-p");
if (NS_SUCCEEDED(rv)) {