diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-01-10 10:27:12 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-01-10 10:27:12 +0000 |
commit | c8638bec7959c248cd7179dfbf2f0119064a056b (patch) | |
tree | 6bb612c463e303b6f195de3b5b0d19d0ccafb4bc /cpp/allTests.py | |
parent | Put back fix for supporting spaces in service config file paths (diff) | |
download | ice-c8638bec7959c248cd7179dfbf2f0119064a056b.tar.bz2 ice-c8638bec7959c248cd7179dfbf2f0119064a056b.tar.xz ice-c8638bec7959c248cd7179dfbf2f0119064a056b.zip |
Added IceGrid activation test + Sun C++ warning fixes.
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 24cd1428ef6..df7b77b6a87 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -88,6 +88,7 @@ tests = [ \ "IceGrid/deployer", \ "IceGrid/session", \ "IceGrid/update", \ + "IceGrid/activation", \ "IceGrid/replication", \ "Glacier2/router", \ ] |