diff options
author | Jose <jose@zeroc.com> | 2011-04-12 19:35:15 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2011-04-12 19:35:15 +0200 |
commit | 8ad1861d2f5753883eed83842b56440068ba42ed (patch) | |
tree | 86af7653703b5b5ea14f3b07d3f7090ad9b66552 /java/allTests.py | |
parent | Added missing .gitignore (diff) | |
download | ice-8ad1861d2f5753883eed83842b56440068ba42ed.tar.bz2 ice-8ad1861d2f5753883eed83842b56440068ba42ed.tar.xz ice-8ad1861d2f5753883eed83842b56440068ba42ed.zip |
5009 - appName incosistence
Also improve properties test
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/allTests.py b/java/allTests.py index 8054a0fa84c..df988e7565f 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -62,6 +62,7 @@ tests = [ ("Ice/threadPoolPriority", ["core"]), ("Ice/classLoader", ["core"]), ("Ice/invoke", ["core"]), + ("Ice/properties", ["once"]), ("IceBox/configuration", ["core", "noipv6"]), ("Freeze/dbmap", ["once"]), ("Freeze/complex", ["once"]), |