diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-10-19 14:07:36 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-10-19 14:07:36 +0000 |
commit | 06e556b9dafec7bc5bec999f71a3cf82b594fb8c (patch) | |
tree | 90f15d84cb5f4354d285f1246f35096abd5f2a39 /cpp/allTests.py | |
parent | Fixed bug that occured when login to slave fails (diff) | |
download | ice-06e556b9dafec7bc5bec999f71a3cf82b594fb8c.tar.bz2 ice-06e556b9dafec7bc5bec999f71a3cf82b594fb8c.tar.xz ice-06e556b9dafec7bc5bec999f71a3cf82b594fb8c.zip |
Enabled replication test.
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 8643661917c..f69fe09b838 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -114,7 +114,7 @@ tests = [ \ "IceGrid/update", \ "IceGrid/activation", \ "IceGrid/replicaGroup", \ -# "IceGrid/replication", \ + "IceGrid/replication", \ "IceGrid/allocation", \ "Glacier2/router", \ "Glacier2/attack", \ |