Bug 402434 - Libjar unittests failing (due to DST?). Backout of extra logging...

This commit is contained in:
sdwilsh@shawnwilsher.com 2007-11-04 07:41:02 -08:00
parent 2e93cfa7d1
commit 012b8af65a

View File

@ -55,8 +55,6 @@ function testpass(source)
// Should be stored
do_check_eq(entry.compression, ZIP_METHOD_STORE);
print("*** time = " + time);
print("*** entry.lastModifiedTime / PR_USEC_PER_MSEC = " + (entry.lastModifiedTime / PR_USEC_PER_MSEC));
var diff = Math.abs((entry.lastModifiedTime / PR_USEC_PER_MSEC) - time);
if (diff > TIME_RESOLUTION)
do_throw(diff);
@ -72,8 +70,6 @@ function testpass(source)
function run_test()
{
if (tmpFile.exists())
print("*** SOMEHOW THE TEMP FILE STILL EXISTS EVEN THOUGH IT SHOULD BE DELETED!");
zipW.open(tmpFile, PR_RDWR | PR_CREATE_FILE | PR_TRUNCATE);
// Shouldn't be there to start with.