diff options
Diffstat (limited to 'cs/test/Ice/ami/Collocated.cs')
-rw-r--r-- | cs/test/Ice/ami/Collocated.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/ami/Collocated.cs b/cs/test/Ice/ami/Collocated.cs index 0a0190e70a2..199c0493170 100644 --- a/cs/test/Ice/ami/Collocated.cs +++ b/cs/test/Ice/ami/Collocated.cs @@ -33,7 +33,7 @@ public class Collocated adapter2.add(new TestControllerI(adapter), communicator.stringToIdentity("testController")); adapter2.activate(); - AllTests.allTests(communicator); + AllTests.allTests(communicator, true); return 0; } |