summaryrefslogtreecommitdiff
path: root/py/allTests.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-01-10 10:59:47 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-01-10 10:59:47 +0000
commitc577c799ddd6f40a0c94c74fd469ca1e41d9bc1e (patch)
treee18d9147d226942b5bceb2b38f1a52dcf69124f4 /py/allTests.py
parentFixes (diff)
downloadice-c577c799ddd6f40a0c94c74fd469ca1e41d9bc1e.tar.bz2
ice-c577c799ddd6f40a0c94c74fd469ca1e41d9bc1e.tar.xz
ice-c577c799ddd6f40a0c94c74fd469ca1e41d9bc1e.zip
- Fixed bug where the request failed exceptions could get sliced
- Python unknown local/user exceptions are now translated as is (the backtrace isn't added anymore) - Added servant locator test
Diffstat (limited to 'py/allTests.py')
-rwxr-xr-xpy/allTests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/allTests.py b/py/allTests.py
index e905c8a2299..4fa9e5007f8 100755
--- a/py/allTests.py
+++ b/py/allTests.py
@@ -57,8 +57,10 @@ tests = [ \
"Ice/operations", \
"Ice/slicing/exceptions", \
"Ice/slicing/objects", \
+ "Ice/custom", \
"Ice/checksum", \
"Ice/retry", \
+ "Ice/servantLocator", \
]
def usage():