Skip to content

Commit

Permalink
Fix Ice/ami test in Java
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Aug 29, 2024
1 parent 335a3dd commit 3e7f1c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/test/src/main/java/test/Ice/ami/AllTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,8 @@ public static void allTests(test.TestHelper helper, boolean collocated) {
q.join();
}
}
// Make sure the connection is closed.
p.ice_getConnection().close();
}
out.println("ok");

Expand Down

0 comments on commit 3e7f1c3

Please sign in to comment.