diff options
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/allTests.py b/java/allTests.py index dbdf679e5b6..036e3d36dad 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -57,6 +57,7 @@ tests = [ ("Ice/udp", ["core"]), ("Ice/serialize", ["core"]), ("Ice/defaultServant", ["core"]), + ("Ice/defaultValue", ["core"]), ("Ice/threadPoolPriority", ["core"]), ("Ice/classLoader", ["core"]), ("Ice/invoke", ["core"]), |