diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-09-30 04:58:01 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-09-30 04:58:01 +0000 |
commit | a795900d002f4182b13b32f6ebf3391458786123 (patch) | |
tree | 3a75ed09a7ce57e0253f54ee6f0cbcf08dfba3ac /cpp/allTests.py | |
parent | Bug 498. (diff) | |
download | ice-a795900d002f4182b13b32f6ebf3391458786123.tar.bz2 ice-a795900d002f4182b13b32f6ebf3391458786123.tar.xz ice-a795900d002f4182b13b32f6ebf3391458786123.zip |
Added support for <adapter name>.ReplicaId.
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 6be26f421db..24cd1428ef6 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -84,12 +84,11 @@ tests = [ \ "IceStorm/federation2", \ "FreezeScript/dbmap", \ "FreezeScript/evictor", \ - "IcePack/simple", \ - "IcePack/deployer", \ "IceGrid/simple", \ "IceGrid/deployer", \ "IceGrid/session", \ "IceGrid/update", \ + "IceGrid/replication", \ "Glacier2/router", \ ] |