diff options
author | Jose <jose@zeroc.com> | 2014-08-28 15:42:16 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-08-28 15:42:16 +0200 |
commit | 334a5d57810e7a79aaa5f358b81debdaed59b843 (patch) | |
tree | 50cf4841db39e90a446e6b9c9f833b4693a71ae0 /js/allTests.py | |
parent | Partial fix for ICE-5637: improved SLICE_SRCS in Makefiles (diff) | |
download | ice-334a5d57810e7a79aaa5f358b81debdaed59b843.tar.bz2 ice-334a5d57810e7a79aaa5f358b81debdaed59b843.tar.xz ice-334a5d57810e7a79aaa5f358b81debdaed59b843.zip |
Minor fix for JS OutgoingConnectionFactory
Diffstat (limited to 'js/allTests.py')
-rwxr-xr-x | js/allTests.py | 1 |
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"]), |