diff options
author | Bernard Normier <bernard@zeroc.com> | 2003-05-12 21:53:26 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2003-05-12 21:53:26 +0000 |
commit | eb3fcee39e667b03017332495c947e862cd9d7c5 (patch) | |
tree | 5fb624cdef832612bd016bfd96425c384fa102a7 /cpp/allTests.py | |
parent | Updated VC7 installation/packaging (diff) | |
download | ice-eb3fcee39e667b03017332495c947e862cd9d7c5.tar.bz2 ice-eb3fcee39e667b03017332495c947e862cd9d7c5.tar.xz ice-eb3fcee39e667b03017332495c947e862cd9d7c5.zip |
Added back IceStorm/federation? tests
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 16c077f8821..3254b7c2c06 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -55,8 +55,8 @@ tests = [ \ "Freeze/complex", \ "Freeze/evictor", \ "IceStorm/single", \ -# "IceStorm/federation", \ -# "IceStorm/federation2", \ + "IceStorm/federation", \ + "IceStorm/federation2", \ "XMLTransform/transform", \ ] |