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/gulpfile.js | |
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/gulpfile.js')
-rw-r--r-- | js/gulpfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/gulpfile.js b/js/gulpfile.js index b7ab5a86d02..99a05331363 100644 --- a/js/gulpfile.js +++ b/js/gulpfile.js @@ -56,6 +56,7 @@ var tests = [ "test/Ice/facets", "test/Ice/facetsBidir", "test/Ice/hold", + "test/Ice/info", "test/Ice/inheritance", "test/Ice/inheritanceBidir", "test/Ice/location", |