diff options
author | Marc Laukien <marc@zeroc.com> | 2004-02-26 06:11:45 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-02-26 06:11:45 +0000 |
commit | 8f7c4e80f2ddcf66dda08ffbc484596ea616168c (patch) | |
tree | 7ce9ed6a51159f25c681762a1d867c7c986c2278 /java/allTests.py | |
parent | fix (diff) | |
download | ice-8f7c4e80f2ddcf66dda08ffbc484596ea616168c.tar.bz2 ice-8f7c4e80f2ddcf66dda08ffbc484596ea616168c.tar.xz ice-8f7c4e80f2ddcf66dda08ffbc484596ea616168c.zip |
fix
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/allTests.py b/java/allTests.py index dfa1da831f3..1cb36e5da39 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -68,8 +68,8 @@ tests = [ \ "Ice/faultTolerance", \ "Ice/location", \ "Ice/adapterDeactivation", \ -# "Ice/slicing/exceptions", \ -# "Ice/slicing/objects", \ + "Ice/slicing/exceptions", \ + "Ice/slicing/objects", \ "Ice/custom", \ "Freeze/dbmap", \ "Freeze/complex", \ |