summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-06-21 12:52:02 +0200
committerJose <jose@zeroc.com>2019-06-21 12:52:02 +0200
commit222dc4fb1173f12c71450d6a6a6fa8660e5eff8c (patch)
tree6cca02addcda7b8d58c1c35e94adbee9782b8259 /java
parentCleanup csharp Ice/operations test - Close #380 (diff)
downloadice-222dc4fb1173f12c71450d6a6a6fa8660e5eff8c.tar.bz2
ice-222dc4fb1173f12c71450d6a6a6fa8660e5eff8c.tar.xz
ice-222dc4fb1173f12c71450d6a6a6fa8660e5eff8c.zip
Ice/invoke test only run with default sync server - Close #399
Diffstat (limited to 'java')
-rw-r--r--java/test/src/main/java/test/Ice/invoke/test.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/test/src/main/java/test/Ice/invoke/test.py b/java/test/src/main/java/test/Ice/invoke/test.py
new file mode 100644
index 00000000000..c6ee52942ea
--- /dev/null
+++ b/java/test/src/main/java/test/Ice/invoke/test.py
@@ -0,0 +1,7 @@
+#
+# Copyright (c) ZeroC, Inc. All rights reserved.
+#
+
+TestSuite(__file__,
+ [ClientServerTestCase(),
+ ClientServerTestCase(name = "client/server array", servers=[Server(args = ["--async"])])])