test/tools/pack200/PackTestZip64.java

Print this page

        

@@ -50,11 +50,11 @@
 
     static void testPacking() throws IOException {
         // make a copy of the test specimen to local directory
         File testFile = new File("tools_java.jar");
         // Add a large number of small files to the golden jar
-        generateLargeJar(testFile, Utils.locateJar("golden.jar"));
+        generateLargeJar(testFile, Utils.getGoldenJar());
 
         List<String> cmdsList = new ArrayList<>();
 
         // Repack file to get the Java-based result
         cmdsList.add(Utils.getPack200Cmd());