Searched refs:STALE_ENTRY (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/common/src/test/java/com/sun/enterprise/deploy/shared/
H A DFileArchiveTest.java76 private final static String STALE_ENTRY = "oldLower/oldFile.txt"; field in class:FileArchiveTest
100 result.add(STALE_ENTRY);
247 final InputStream is = instance.getEntry(STALE_ENTRY);
248 assertNull("Incorrectly located stale FileArchive entry " + STALE_ENTRY, is);
314 final File oldFile = new File(oldDir, STALE_ENTRY);
385 final OutputStream os = instance.putNextEntry(STALE_ENTRY);
397 final File oldFile = new File(archiveDir, STALE_ENTRY);

Completed in 11 milliseconds