options.setGzip(false);
options.addPassFile("bin/test/org/apache/harmony/sql/tests/java/sql");
assertTrue(options.isPassFile("bin/test/org/apache/harmony/sql/tests/java/sql/DatabaseMetaDataTest.class"));
assertFalse(options.isPassFile("bin/test/org/apache/harmony/sql/tests/java/sqldata/SqlData.class"));
archive = new Archive(in, out, options);
archive.pack();
in.close();
out.close();
assertTrue("If files are passed then the pack file should be larger", file.length() > file0.length());
assertTrue("If more files are passed then the pack file should be larger", file2.length() > file.length());