diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-08 14:59:59 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-08 14:59:59 +0000 |
commit | 2a5270d219d2c5a3e50d297f2f40a87cb1c89a79 (patch) | |
tree | c96ba646ef7fd57cd964d8f49e983fa0cfea0fbe /cppe/allTests.py | |
parent | Readded UnknownEndpoint (diff) | |
download | ice-2a5270d219d2c5a3e50d297f2f40a87cb1c89a79.tar.bz2 ice-2a5270d219d2c5a3e50d297f2f40a87cb1c89a79.tar.xz ice-2a5270d219d2c5a3e50d297f2f40a87cb1c89a79.zip |
Fixed adapterDeactivation test
Diffstat (limited to 'cppe/allTests.py')
-rwxr-xr-x | cppe/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/allTests.py b/cppe/allTests.py index 155f2824de4..0dc14c3bea1 100755 --- a/cppe/allTests.py +++ b/cppe/allTests.py @@ -60,7 +60,7 @@ tests = [ "IceE/facets", "IceE/faultTolerance", "IceE/location", - #"IceE/adapterDeactivation", + "IceE/adapterDeactivation", "IceE/slicing", ] |