diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-05-21 04:09:08 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-05-21 04:09:08 +0000 |
commit | 508d0ebc1259d0247892486904766994c53d260e (patch) | |
tree | 6e9d06c0a25a29f5e5451b5dccf5fd51bef58fb1 /cpp/allTests.py | |
parent | Fixed weird Sun CC bug (diff) | |
download | ice-508d0ebc1259d0247892486904766994c53d260e.tar.bz2 ice-508d0ebc1259d0247892486904766994c53d260e.tar.xz ice-508d0ebc1259d0247892486904766994c53d260e.zip |
Reanabled Freeze evictor 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 c0b6389b652..b18b47a474a 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -75,7 +75,7 @@ tests = [ \ "IceSSL/certificateVerification", \ "Freeze/dbmap", \ "Freeze/complex", \ -# "Freeze/evictor", \ + "Freeze/evictor", \ "IceStorm/single", \ "IceStorm/federation", \ "IceStorm/federation2", \ |