diff options
author | Mark Spruiell <mes@zeroc.com> | 2015-04-28 16:16:08 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2015-04-28 16:16:08 -0700 |
commit | 5e65b73b909c43f06a4e8bd4c952388a2be55f7d (patch) | |
tree | 4b95d556ce378c0d0fbf5638c7d1b5ff041403bd /js/allTests.py | |
parent | Fixed typo in CHANGELOG-3.6.md (diff) | |
download | ice-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-x | js/allTests.py | 1 |
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"]), |