diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-07-15 10:22:40 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-07-15 10:22:40 +0200 |
commit | 710a9221852d6c92b1727a429a33b38f1f949352 (patch) | |
tree | 6bc9ac9ed04a6b1858d8fc30282d4f18ef04abbb /java/test/Ice/dispatcher/run.py | |
parent | - Fix for ICE-5578 - Python build failure (diff) | |
download | ice-710a9221852d6c92b1727a429a33b38f1f949352.tar.bz2 ice-710a9221852d6c92b1727a429a33b38f1f949352.tar.xz ice-710a9221852d6c92b1727a429a33b38f1f949352.zip |
Fixed collocation optimization to use the dispatcher, minor test fixes
Diffstat (limited to 'java/test/Ice/dispatcher/run.py')
-rwxr-xr-x | java/test/Ice/dispatcher/run.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test/Ice/dispatcher/run.py b/java/test/Ice/dispatcher/run.py index 33fc2e8f3ac..a40df1a1bcb 100755 --- a/java/test/Ice/dispatcher/run.py +++ b/java/test/Ice/dispatcher/run.py @@ -20,4 +20,7 @@ if len(path) == 0: sys.path.append(os.path.join(path[0], "scripts")) import TestUtil +print("tests with regular server.") TestUtil.clientServerTest() +print("tests with collocated server.") +TestUtil.collocatedTest() |