Searched refs:ARCDIR (Results 1 – 3 of 3) sorted by relevance
52 private static final File ARCDIR; field in ArchiveReadTest57 ARCDIR = new File(CLASSLOADER.getResource("archives").toURI());66 this.file = new File(ARCDIR, file); in ArchiveReadTest()71 assertTrue(ARCDIR.exists()); in setUpFileList()72 final File listing= new File(ARCDIR,"files.txt"); in setUpFileList()86 assertTrue(ARCDIR.exists()); in data()88 for (final String f : ARCDIR.list(new FilenameFilter() { in data()
57 private static final File ARCDIR; field in LongPathTest62 ARCDIR = new File(CLASSLOADER.getResource("longpath").toURI());73 this.file = new File(ARCDIR, file); in LongPathTest()78 assertTrue(ARCDIR.exists()); in setUpFileList()79 final File listing= new File(ARCDIR,"files.txt"); in setUpFileList()94 for (final String f : ARCDIR.list(new FilenameFilter() { in data()
57 private static final File ARCDIR; field in LongSymLinkTest62 ARCDIR = new File(CLASSLOADER.getResource("longsymlink").toURI());71 this.file = new File(ARCDIR, file); in LongSymLinkTest()76 assertTrue(ARCDIR.exists()); in setUpFileList()77 final File listing= new File(ARCDIR,"files.txt"); in setUpFileList()92 for (final String f : ARCDIR.list(new FilenameFilter() { in data()