diff options
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/allTests.py b/java/allTests.py index 5db47603281..452280c9c36 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -44,8 +44,7 @@ tests = [ ("Ice/adapterDeactivation", ["core"]), ("Ice/slicing/exceptions", ["core"]), ("Ice/slicing/objects", ["core"]), - #("Ice/custom14", ["core"]), - ("Ice/custom15", ["core"]), + ("Ice/custom", ["core"]), ("Ice/checksum", ["core"]), ("Ice/packagemd", ["core"]), ("Ice/stream", ["core"]), |