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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user