File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/jmx Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ public class JmxTest {
8888 static final String SOCKET_FACTORY_PROPERTY = "com.sun.jndi.rmi.factory.socket" ;
8989 static final String TEST_PORT = "12345" ;
9090 static final String TRUE = "true" ;
91- static final String JMX_REMOTE_RESOURCES = "src/com.oracle.svm.test/src/com/oracle/svm/test/jmx/jmxremoteresources" ;
91+ static final String JMX_REMOTE_RESOURCES = "substratevm/ src/com.oracle.svm.test/src/com/oracle/svm/test/jmx/jmxremoteresources" ;
9292
9393 @ BeforeClass
94- public static void checkForJFR () throws IOException {
94+ public static void setup () throws IOException {
9595 assumeTrue ("skipping JMX tests" , !ImageInfo .inImageCode () ||
9696 (VMInspectionOptions .hasJmxClientSupport () && VMInspectionOptions .hasJmxServerSupport ()));
9797
You can’t perform that action at this time.
0 commit comments