File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/com/tagtraum/perf/gcviewer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public enum FOLDER {
3535 IBM ("ibm" ),
3636 JROCKIT ("jrockit" ),
3737 OPENJDK (FOLDER_OPENJDK ),
38- OPENJDK_UJL (OPENJDK + File .separator + "unified-jvm-logging" ),
38+ OPENJDK_UJL (OPENJDK . getFolderName () + File .separator + "unified-jvm-logging" ),
3939 HTTP ("http" );
4040
4141 private String folderName ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public class TestHttpUrlConnectionHelper {
3232 private static final String SAMPLE_GCLOG_SUN1_6_0 = "SampleSun1_6_0PrintHeapAtGC.txt" ;
3333 private static final String SAMPLE_GCLOG_SUN1_6_0_GZ = SAMPLE_GCLOG_SUN1_6_0 + ".gz" ;
3434
35- private static final String PARENT_PATH = "src/test/resources/" + FOLDER .OPENJDK + "/" ;
35+ private static final String PARENT_PATH = "src/test/resources/" + FOLDER .OPENJDK . getFolderName () + "/" ;
3636 private static final Charset UTF8 = StandardCharsets .UTF_8 ;
3737
3838 private ByteArrayInputStream create404InputStream () {
You can’t perform that action at this time.
0 commit comments