Skip to content

Commit af97464

Browse files
update setup method name and directory name
1 parent 4e063c4 commit af97464

File tree

1 file changed

+2
-2
lines changed
  • substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/jmx

1 file changed

+2
-2
lines changed

substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/jmx/JmxTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)