Add some more debug to try and figure out what's wrong with the test from bug 394687

This commit is contained in:
Mark Banner 2010-04-23 14:22:08 +01:00
Родитель d673ddb59b
Коммит 9a9b111426
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -202,7 +202,7 @@ var testdata = "mail.account.account1.serverserver2mail.account.account2.ide" +
test += importedPrefs[i].name + importedPrefs[i].data;
}
// uncomment following to get valid test data when changing test data files.
// dump("\nStart test dump\n" + test + "\nend test dump\n")
dump("\nStart test dump\n" + test + "\nend test dump\n");
do_check_true(test == testdata);