diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-10-04 00:10:47 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-10-04 00:10:47 +0000 |
commit | 33a9bfaf2af764037db7eae64f00e837bd54ed7c (patch) | |
tree | 7543c543531585514e1c3e7769afabd1e2b7b50c /cpp/allTests.py | |
parent | do not commit servant after destroyObject (diff) | |
download | ice-33a9bfaf2af764037db7eae64f00e837bd54ed7c.tar.bz2 ice-33a9bfaf2af764037db7eae64f00e837bd54ed7c.tar.xz ice-33a9bfaf2af764037db7eae64f00e837bd54ed7c.zip |
adding evictor test
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 04eb43ad718..7668496fa7e 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -47,6 +47,7 @@ tests = [ \ "Freeze/cursor", \ "Freeze/dbmap", \ "Freeze/complex", \ + "Freeze/evictor", \ "IceStorm/single", \ "IceStorm/federation", \ "IceStorm/federation2", \ |