summaryrefslogtreecommitdiff
path: root/js/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2015-04-28 16:16:08 -0700
committerMark Spruiell <mes@zeroc.com>2015-04-28 16:16:08 -0700
commit5e65b73b909c43f06a4e8bd4c952388a2be55f7d (patch)
tree4b95d556ce378c0d0fbf5638c7d1b5ff041403bd /js/allTests.py
parentFixed typo in CHANGELOG-3.6.md (diff)
downloadice-5e65b73b909c43f06a4e8bd4c952388a2be55f7d.tar.bz2
ice-5e65b73b909c43f06a4e8bd4c952388a2be55f7d.tar.xz
ice-5e65b73b909c43f06a4e8bd4c952388a2be55f7d.zip
ICE-6454 - add keys() method to JS HashMap
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 79d3941f631..940f797b41a 100755
--- a/js/allTests.py
+++ b/js/allTests.py
@@ -34,6 +34,7 @@ tests = [
("Ice/exceptionsBidir", ["once"]),
("Ice/facets", ["core"]),
("Ice/facetsBidir", ["core"]),
+ ("Ice/hashmap", ["once"]),
("Ice/hold", ["core"]),
("Ice/inheritance", ["once"]),
("Ice/inheritanceBidir", ["once"]),