diff options
author | Jose <jose@zeroc.com> | 2009-12-04 06:51:23 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-12-04 06:51:23 +0100 |
commit | 0ad40835182795b5f9bedeea10aeb6f07c666e7d (patch) | |
tree | 5dff55b02aefb5854a972eb2cef128d1537d5c47 /java/allTests.py | |
parent | Bug 4408 - plugin does not work with x64 only installation (diff) | |
download | ice-0ad40835182795b5f9bedeea10aeb6f07c666e7d.tar.bz2 ice-0ad40835182795b5f9bedeea10aeb6f07c666e7d.tar.xz ice-0ad40835182795b5f9bedeea10aeb6f07c666e7d.zip |
4089 - IceGrid database corruption.
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/allTests.py b/java/allTests.py index 4993458e321..fdc916547d0 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -32,6 +32,7 @@ tests = [ ("Slice/generation", ["once"]), ("Slice/keyword", ["once"]), ("IceUtil/inputUtil", ["once"]), + ("IceUtil/fileLock", ["once"]), ("Ice/proxy", ["core"]), ("Ice/operations", ["core"]), ("Ice/seqMapping", ["core"]), @@ -68,9 +69,10 @@ tests = [ ("Freeze/dbmap", ["once"]), ("Freeze/complex", ["once"]), ("Freeze/evictor", ["core"]), + ("Freeze/fileLock", ["once"]), ("Glacier2/router", ["service"]), ("IceGrid/simple", ["service"]), - ("IceSSL/configuration", ["once"]), + ("IceSSL/configuration", ["once"]) ] if __name__ == "__main__": |