diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-04-08 17:04:19 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-04-08 17:04:19 +0000 |
commit | c3965b3e23d187d2048435f8f55743bfa9c8da71 (patch) | |
tree | 17cc0814abe334980c053cbd8605e2f17f233b0b /cppe | |
parent | Added support for static builds on linux (diff) | |
download | ice-c3965b3e23d187d2048435f8f55743bfa9c8da71.tar.bz2 ice-c3965b3e23d187d2048435f8f55743bfa9c8da71.tar.xz ice-c3965b3e23d187d2048435f8f55743bfa9c8da71.zip |
Removed servant locators
Diffstat (limited to 'cppe')
-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 2d1eaf5d49b..4c76aa994e8 100755 --- a/cppe/allTests.py +++ b/cppe/allTests.py @@ -60,7 +60,7 @@ tests = [ "Ice/facets", "Ice/faultTolerance", "Ice/location", - "Ice/adapterDeactivation", + #"Ice/adapterDeactivation", "Ice/slicing/exceptions", ] |