diff options
author | Jose <jose@zeroc.com> | 2019-06-21 12:52:02 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-06-21 12:52:02 +0200 |
commit | 222dc4fb1173f12c71450d6a6a6fa8660e5eff8c (patch) | |
tree | 6cca02addcda7b8d58c1c35e94adbee9782b8259 /cpp/test/Ice/invoke/test.py | |
parent | Cleanup csharp Ice/operations test - Close #380 (diff) | |
download | ice-222dc4fb1173f12c71450d6a6a6fa8660e5eff8c.tar.bz2 ice-222dc4fb1173f12c71450d6a6a6fa8660e5eff8c.tar.xz ice-222dc4fb1173f12c71450d6a6a6fa8660e5eff8c.zip |
Ice/invoke test only run with default sync server - Close #399
Diffstat (limited to 'cpp/test/Ice/invoke/test.py')
-rw-r--r-- | cpp/test/Ice/invoke/test.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/test/Ice/invoke/test.py b/cpp/test/Ice/invoke/test.py new file mode 100644 index 00000000000..176ed12558f --- /dev/null +++ b/cpp/test/Ice/invoke/test.py @@ -0,0 +1,8 @@ +# +# Copyright (c) ZeroC, Inc. All rights reserved. +# + +TestSuite(__file__, + [ClientServerTestCase(), + ClientServerTestCase(name = "client/server array", servers=[Server(args = ["--array"])]), + ClientServerTestCase(name = "client/server async", servers=[Server(args = ["--async"])])]) |