diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-05 13:31:16 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-05 13:31:16 +0000 |
commit | ce758acd813408cb6df16b154000d116b66f719e (patch) | |
tree | 5fc932c2f5bb52e3758dbb3122de8f5d9f70c924 /cppe/allTests.py | |
parent | Do not include Object.h for pure client (diff) | |
download | ice-ce758acd813408cb6df16b154000d116b66f719e.tar.bz2 ice-ce758acd813408cb6df16b154000d116b66f719e.tar.xz ice-ce758acd813408cb6df16b154000d116b66f719e.zip |
REadded operations
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 64d4dfcbc8d..d46e8b3ea11 100755 --- a/cppe/allTests.py +++ b/cppe/allTests.py @@ -54,7 +54,7 @@ def runTests(tests, num = 0): tests = [ "IceE/thread", "IceE/uuid", - #"IceE/operations", + "IceE/operations", "IceE/exceptions", "IceE/inheritance", "IceE/facets", |