summaryrefslogtreecommitdiff
path: root/java/allTests.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-01-31 14:12:50 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-01-31 14:12:50 +0000
commit9f1a650d4ef5adb2f85cc079607e3482ddea738b (patch)
tree6c8d52f6a0c2b8fb7eb14ca6ac2f6196fb49b2dc /java/allTests.py
parentAdded test for IceUtil::Options::split (diff)
downloadice-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-xjava/allTests.py1
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", \