diff options
author | Bernard Normier <bernard@zeroc.com> | 2015-11-16 16:29:15 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2015-11-16 16:29:15 -0500 |
commit | 8ff556d8894940671a14eca282cc748110b40102 (patch) | |
tree | 6613ecebb3899da16022d22acc21e1dd3b9bb7d9 /java/allTests.py | |
parent | Removed tools which were merged from 3.6 branch (diff) | |
download | ice-8ff556d8894940671a14eca282cc748110b40102.tar.bz2 ice-8ff556d8894940671a14eca282cc748110b40102.tar.xz ice-8ff556d8894940671a14eca282cc748110b40102.zip |
Removed filelock test (moved to freeze repo)
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/allTests.py b/java/allTests.py index a91f51fa102..506d80e8193 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -30,7 +30,6 @@ tests = [ ("Slice/macros", ["once"]), ("Slice/structure", ["once"]), ("IceUtil/inputUtil", ["once"]), - ("IceUtil/fileLock", ["once"]), ("Ice/proxy", ["core"]), ("Ice/operations", ["core"]), ("Ice/seqMapping", ["core"]), |