diff options
author | Marc Laukien <marc@zeroc.com> | 2004-01-19 16:06:44 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-01-19 16:06:44 +0000 |
commit | dc9c65936ebe3632fa121d4db8960b1b0135d690 (patch) | |
tree | 448ab51d29b013bda7a15ebfd6fad08992b4fffe /cpp/allTests.py | |
parent | timeout fix (diff) | |
download | ice-dc9c65936ebe3632fa121d4db8960b1b0135d690.tar.bz2 ice-dc9c65936ebe3632fa121d4db8960b1b0135d690.tar.xz ice-dc9c65936ebe3632fa121d4db8960b1b0135d690.zip |
fixes
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 5a7002dc217..074982b361b 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -53,9 +53,9 @@ tests = [ \ "Freeze/dbmap", \ "Freeze/complex", \ "Freeze/evictor", \ -# "IceStorm/single", \ -# "IceStorm/federation", \ -# "IceStorm/federation2", \ + "IceStorm/single", \ + "IceStorm/federation", \ + "IceStorm/federation2", \ "FreezeScript/dbmap", \ "FreezeScript/evictor", \ "IcePack/simple", \ |