diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-01-10 10:59:47 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-01-10 10:59:47 +0000 |
commit | c577c799ddd6f40a0c94c74fd469ca1e41d9bc1e (patch) | |
tree | e18d9147d226942b5bceb2b38f1a52dcf69124f4 /py/allTests.py | |
parent | Fixes (diff) | |
download | ice-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-x | py/allTests.py | 2 |
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(): |