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 {
88
88
static final String SOCKET_FACTORY_PROPERTY = "com.sun.jndi.rmi.factory.socket" ;
89
89
static final String TEST_PORT = "12345" ;
90
90
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" ;
92
92
93
93
@ BeforeClass
94
- public static void checkForJFR () throws IOException {
94
+ public static void setup () throws IOException {
95
95
assumeTrue ("skipping JMX tests" , !ImageInfo .inImageCode () ||
96
96
(VMInspectionOptions .hasJmxClientSupport () && VMInspectionOptions .hasJmxServerSupport ()));
97
97
You can’t perform that action at this time.
0 commit comments