diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-01-31 14:12:50 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-01-31 14:12:50 +0000 |
commit | 9f1a650d4ef5adb2f85cc079607e3482ddea738b (patch) | |
tree | 6c8d52f6a0c2b8fb7eb14ca6ac2f6196fb49b2dc /java/allTests.py | |
parent | Added test for IceUtil::Options::split (diff) | |
download | ice-9f1a650d4ef5adb2f85cc079607e3482ddea738b.tar.bz2 ice-9f1a650d4ef5adb2f85cc079607e3482ddea738b.tar.xz ice-9f1a650d4ef5adb2f85cc079607e3482ddea738b.zip |
Fixed minor bugs in IceUtil.Options.split() and added inputUtil tests.
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/allTests.py b/java/allTests.py index 49ee1c1383a..2031d388109 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -52,6 +52,7 @@ def runTests(tests, num = 0): # List of all basic tests. # tests = [ \ + "IceUtil/inputUtil", \ "Ice/operations", \ "Ice/exceptions", \ "Ice/inheritance", \ |