summaryrefslogtreecommitdiff
path: root/js/allTests.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-08-13 18:44:09 +0200
committerJose <jose@zeroc.com>2014-08-13 18:44:09 +0200
commit8be42415b7c713c74a73200a9f2fc5f307344416 (patch)
tree8416bcd1050d18cfee61dbc28619b6680f742882 /js/allTests.py
parentFixed WINRT compile error (diff)
downloadice-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-xjs/allTests.py1
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"]),