diff options
author | Jose <jose@zeroc.com> | 2014-08-13 18:44:09 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-08-13 18:44:09 +0200 |
commit | 8be42415b7c713c74a73200a9f2fc5f307344416 (patch) | |
tree | 8416bcd1050d18cfee61dbc28619b6680f742882 /js/allTests.py | |
parent | Fixed WINRT compile error (diff) | |
download | ice-8be42415b7c713c74a73200a9f2fc5f307344416.tar.bz2 ice-8be42415b7c713c74a73200a9f2fc5f307344416.tar.xz ice-8be42415b7c713c74a73200a9f2fc5f307344416.zip |
Fixed (ICE-5562) - Missing Ice/properties test in 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 09f5d0f0380..faae019c72a 100755 --- a/js/allTests.py +++ b/js/allTests.py @@ -41,6 +41,7 @@ tests = [ ("Ice/optional", ["core"]), ("Ice/optionalBidir", ["once"]), ("Ice/promise", ["once"]), + ("Ice/properties", ["once"]), ("Ice/proxy", ["core"]), ("Ice/retry", ["core"]), ("Ice/slicing/exceptions", ["core"]), |