test/jdk/jdk/jfr/api/consumer/streaming/TestRepositoryProperty.java
branchJEP-349-branch
changeset 58855 83c307e00630
parent 58271 e47423f1318b
--- a/test/jdk/jdk/jfr/api/consumer/streaming/TestRepositoryProperty.java	Wed Oct 30 11:28:38 2019 +0100
+++ b/test/jdk/jdk/jfr/api/consumer/streaming/TestRepositoryProperty.java	Wed Oct 30 11:38:40 2019 +0100
@@ -90,7 +90,7 @@
             r.start();
             String location = System.getProperty(JFR_REPOSITORY_LOCATION_PROPERTY);
             if (location == null) {
-                throw new AssertionError("Repository path should exist before JFR is initialized");
+                throw new AssertionError("Repository path should exist after JFR is initialized");
             }
             System.out.println("repository=" + location);
             Path p = Path.of(location);