summaryrefslogtreecommitdiff
path: root/js/test
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-09-29 22:31:33 +0200
committerJose <jose@zeroc.com>2016-09-29 22:31:33 +0200
commit219842f434bd737bd1981a4a6b5f93b1f780191a (patch)
tree68187b79e7c576c7af49686b75b44a71861cfd09 /js/test
parentRuby/Python unicodePaths test fixes for Windows (diff)
downloadice-219842f434bd737bd1981a4a6b5f93b1f780191a.tar.bz2
ice-219842f434bd737bd1981a4a6b5f93b1f780191a.tar.xz
ice-219842f434bd737bd1981a4a6b5f93b1f780191a.zip
Fix (ICE-7391) Ice/optional(Bidir) test error
Diffstat (limited to 'js/test')
-rw-r--r--js/test/Common/TestCases.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Common/TestCases.json b/js/test/Common/TestCases.json
index 63aad046a21..f71fb9e2e24 100644
--- a/js/test/Common/TestCases.json
+++ b/js/test/Common/TestCases.json
@@ -134,7 +134,7 @@
},
"Ice/optional":
{
- "files": ["Test.js", "Client.js"],
+ "files": ["Test.js", "Client.js", "ClientPrivate.js"],
"configurations":
[
{
@@ -151,7 +151,7 @@
},
"Ice/optionalBidir":
{
- "files": ["Test.js", "TestAMD.js", "InitialI.js", "AMDInitialI.js", "../optional/Client.js", "Client.js"]
+ "files": ["Test.js", "TestAMD.js", "InitialI.js", "AMDInitialI.js", "../optional/Client.js", "../optional/ClientPrivate.js", "Client.js"]
},
"Ice/promise":
{