# HG changeset patch # User mgronlun # Date 1572431920 -3600 # Node ID 83c307e006307dd3f494bdd60fbd2236902ba2b2 # Parent a79e68ec829ad8b45ab76a0d1b915c243cc79f7b fix typo diff -r a79e68ec829a -r 83c307e00630 test/jdk/jdk/jfr/api/consumer/streaming/TestRepositoryProperty.java --- 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);