diff options
Diffstat (limited to 'java/test/Ice/ami/Collocated.java')
-rw-r--r-- | java/test/Ice/ami/Collocated.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/ami/Collocated.java b/java/test/Ice/ami/Collocated.java index 765c8944413..3385facc305 100644 --- a/java/test/Ice/ami/Collocated.java +++ b/java/test/Ice/ami/Collocated.java @@ -22,7 +22,7 @@ public class Collocated extends test.Util.Application adapter2.add(new TestControllerI(adapter), communicator().stringToIdentity("testController")); adapter2.activate(); - AllTests.allTests(this); + AllTests.allTests(this, true); return 0; } |