Skip to content

Commit

Permalink
Update MDBTests.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandrex247 authored Nov 29, 2019
1 parent a0f783f commit 25b9080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void runJMSAppTest(String mdbAppDir) throws Exception {
+ " -client " + clientJar
+ " -targetserver" + " localhost:3700"
+ " -name ejb-ejb30-hello-mdb-client"
+ " -cp " + gfClientJar + ";" + clientJar;
+ " -cp " + gfClientJar + File.pathSeparator + clientJar;

execReturn = RtExec.execute("MDBTests.runJMSAppTest", cmd);
Assert.assertEquals(execReturn, true, "Run appclient against JMS APP failed ...");
Expand Down

0 comments on commit 25b9080

Please sign in to comment.