diff options
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", \ |