diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-04-06 17:24:09 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-04-06 17:24:09 +0000 |
commit | a17ecac59b16df49b32d2694fa6afdc9c58e7c6b (patch) | |
tree | 4f03e7f722acf8cda05e3a6290db1c736a1bd496 | |
parent | Fix (diff) | |
download | ice-a17ecac59b16df49b32d2694fa6afdc9c58e7c6b.tar.bz2 ice-a17ecac59b16df49b32d2694fa6afdc9c58e7c6b.tar.xz ice-a17ecac59b16df49b32d2694fa6afdc9c58e7c6b.zip |
Removed some ICeUtil helpers
-rwxr-xr-x | cppe/allTests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppe/allTests.py b/cppe/allTests.py index 3e8a503cde8..2d1eaf5d49b 100755 --- a/cppe/allTests.py +++ b/cppe/allTests.py @@ -53,8 +53,6 @@ def runTests(tests, num = 0): # tests = [ "IceUtil/thread", - "IceUtil/unicode", - "IceUtil/inputUtil", "IceUtil/uuid", "Ice/operations", "Ice/exceptions", |