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 47224ed6046..9e77db706b8 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -58,6 +58,7 @@ tests = [ ("Ice/udp", ["core"]), ("Ice/serialize", ["core"]), ("Ice/defaultServant", ["core"]), + ("Ice/threadPoolPriority", ["core"]), ("IceBox/configuration", ["core", "noipv6"]), ("Freeze/dbmap", ["once"]), ("Freeze/complex", ["once"]), |