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

/openjdk7/jdk/test/java/net/ResponseCache/
H A DResponseCacheTest.java44 static String FNPrefix, OutFNPrefix; field in class:ResponseCacheTest
117 File fileout = new File(OutFNPrefix+"file1");
142 fileout = new File(OutFNPrefix+"file2.2");
153 File file1 = new File(OutFNPrefix+"file1");
154 File file2 = new File(OutFNPrefix+"file2.2");
167 OutFNPrefix = System.getProperty("test.scratch", ".")+"/";
194 return new MyCacheRequest(OutFNPrefix+"file2.cache", conn.getHeaderFields());

Completed in 237 milliseconds