summaryrefslogtreecommitdiff
path: root/js/allTests.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-08-28 15:42:16 +0200
committerJose <jose@zeroc.com>2014-08-28 15:42:16 +0200
commit334a5d57810e7a79aaa5f358b81debdaed59b843 (patch)
tree50cf4841db39e90a446e6b9c9f833b4693a71ae0 /js/allTests.py
parentPartial fix for ICE-5637: improved SLICE_SRCS in Makefiles (diff)
downloadice-334a5d57810e7a79aaa5f358b81debdaed59b843.tar.bz2
ice-334a5d57810e7a79aaa5f358b81debdaed59b843.tar.xz
ice-334a5d57810e7a79aaa5f358b81debdaed59b843.zip
Minor fix for JS OutgoingConnectionFactory
Diffstat (limited to 'js/allTests.py')
-rwxr-xr-xjs/allTests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/allTests.py b/js/allTests.py
index faae019c72a..53becc64f3e 100755
--- a/js/allTests.py
+++ b/js/allTests.py
@@ -25,6 +25,7 @@ import TestUtil
# List of all basic tests.
#
tests = [
+ ("Ice/acm", ["core"]),
("Ice/binding", ["core"]),
("Ice/defaultValue", ["once"]),
("Ice/enums", ["once"]),