diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-07-09 14:03:40 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-07-09 14:03:40 -0230 |
commit | 272471ae45a9470979d6e498bb04b19cd64c08ba (patch) | |
tree | faf44da0170f4f585f8272ec16b98991831c1b71 /js/allTests.py | |
parent | Minor change to prevent fixVersions from making unecessary change (diff) | |
download | ice-272471ae45a9470979d6e498bb04b19cd64c08ba.tar.bz2 ice-272471ae45a9470979d6e498bb04b19cd64c08ba.tar.xz ice-272471ae45a9470979d6e498bb04b19cd64c08ba.zip |
ICE-6472 Added info test to JavaScript
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 940f797b41a..2dbafa66dfc 100755 --- a/js/allTests.py +++ b/js/allTests.py @@ -36,6 +36,7 @@ tests = [ ("Ice/facetsBidir", ["core"]), ("Ice/hashmap", ["once"]), ("Ice/hold", ["core"]), + ("Ice/info", ["core"]), ("Ice/inheritance", ["once"]), ("Ice/inheritanceBidir", ["once"]), ("Ice/location", ["once"]), |