diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-08-30 14:43:15 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-08-30 14:43:15 +0200 |
commit | aab12cf1719b425b5a2c571b8938d47cdd71d151 (patch) | |
tree | 876561b05764721306eb8629883e7b0b9cbbc99a /cpp/allTests.py | |
parent | minor g++ warning (diff) | |
download | ice-aab12cf1719b425b5a2c571b8938d47cdd71d151.tar.bz2 ice-aab12cf1719b425b5a2c571b8938d47cdd71d151.tar.xz ice-aab12cf1719b425b5a2c571b8938d47cdd71d151.zip |
ICE-4774: Merged skype_props enhancement
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index d3107df594f..80bef55a2d0 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -68,8 +68,10 @@ tests = [ ("Ice/invoke", ["core", "novc6"]), ("Ice/plugin", ["core"]), ("Ice/hash", ["once"]), + ("Ice/admin", ["core"]), ("IceSSL/configuration", ["once", "novalgrind"]), # valgrind doesn't work well with openssl ("IceBox/configuration", ["core", "noipv6", "novc6", "nomingw"]), + ("IceBox/admin", ["core", "noipv6", "novc6", "nomingw"]), ("Freeze/dbmap", ["once", "novc6", "nomingw"]), ("Freeze/complex", ["once", "novc6", "nomingw"]), ("Freeze/evictor", ["core", "novc6", "nomingw"]), @@ -88,6 +90,7 @@ tests = [ ("IceGrid/deployer", ["service", "novc6", "nomingw"]), ("IceGrid/session", ["service", "novc6", "nomingw"]), ("IceGrid/update", ["service", "novc6", "nomingw"]), + ("IceGrid/noRestartUpdate", ["service", "novc6", "nomingw"]), ("IceGrid/activation", ["service", "novc6", "nomingw"]), ("IceGrid/replicaGroup", ["service", "novc6", "nomingw"]), ("IceGrid/replication", ["service", "novc6", "nomingw"]), |