diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-10-05 17:26:44 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-10-05 17:26:44 +0200 |
commit | 44c8fc867ecb65daeddc5aa121ccb4baad16007d (patch) | |
tree | d778cff1613749c372f612927c0d02086a68ee0a /java/allTests.py | |
parent | Update IceGridGUI requirements in java/README (diff) | |
download | ice-44c8fc867ecb65daeddc5aa121ccb4baad16007d.tar.bz2 ice-44c8fc867ecb65daeddc5aa121ccb4baad16007d.tar.xz ice-44c8fc867ecb65daeddc5aa121ccb4baad16007d.zip |
Fixed property validations, added C# metrics 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 41286b0ddef..0c738e2d25a 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -68,6 +68,7 @@ tests = [ ("Ice/hash", ["once"]), ("Ice/optional", ["once"]), ("Ice/admin", ["core"]), + ("Ice/metrics", ["core", "nossl", "noipv6"]), ("IceBox/admin", ["core", "noipv6"]), ("IceBox/configuration", ["core", "noipv6"]), ("Freeze/dbmap", ["once"]), |