diff options
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/allTests.py b/java/allTests.py index 8b89de12648..68c2cae18d1 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -28,6 +28,7 @@ tests = [ ("IceUtil/inputUtil", ["once"]), ("Ice/proxy", ["core"]), ("Ice/operations", ["core"]), + ("Ice/seqMapping", ["core"]), ("Ice/exceptions", ["core"]), ("Ice/inheritance", ["core"]), ("Ice/facets", ["core"]), @@ -49,6 +50,7 @@ tests = [ ("Ice/servantLocator", ["core"]), ("Ice/interceptor", ["core"]), ("Ice/udp", ["core"]), + ("Ice/serialize", ["core"]), ("IceBox/configuration", ["core", "noipv6"]), ("Freeze/dbmap", ["once"]), ("Freeze/complex", ["once"]), |