test/tools/pack200/TimeStamp.java

Print this page

        

*** 86,95 **** --- 86,96 ---- pstFile = new File("golden.jar.native.PST"); unpackNative(packFile, pstFile); verifyJar(goldenFile, pstFile); pstFile.delete(); + Utils.cleanup(); } static void unpackNative(File packFile, File outFile) { String name = outFile.getName(); String tzname = name.substring(name.lastIndexOf(".") + 1);
*** 147,157 **** } } finally { Utils.close(jf1); Utils.close(jf2); } - Utils.cleanup(); if (errors > 0) { throw new RuntimeException("FAIL:" + errors + " error(s) encounted"); } } } --- 148,157 ----