summaryrefslogtreecommitdiff
path: root/java/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2010-05-15 20:00:27 -0700
committerMark Spruiell <mes@zeroc.com>2010-05-15 20:00:27 -0700
commit656503c0f5c305afe91f8d70e0e9b5e9d558b22d (patch)
tree6f37ea66dd2f28d8be5021a78b7a5c773b13975d /java/allTests.py
parentbug 4749 - duplicate Slice files cause slice2java to fail (diff)
downloadice-656503c0f5c305afe91f8d70e0e9b5e9d558b22d.tar.bz2
ice-656503c0f5c305afe91f8d70e0e9b5e9d558b22d.tar.xz
ice-656503c0f5c305afe91f8d70e0e9b5e9d558b22d.zip
bug 4739 - fixing equals() method for structures
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-xjava/allTests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/allTests.py b/java/allTests.py
index 036e3d36dad..8054a0fa84c 100755
--- a/java/allTests.py
+++ b/java/allTests.py
@@ -26,6 +26,7 @@ from scripts import *
tests = [
("Slice/generation", ["once"]),
("Slice/keyword", ["once"]),
+ ("Slice/structure", ["once"]),
("IceUtil/inputUtil", ["once"]),
("IceUtil/fileLock", ["once"]),
("Ice/proxy", ["core"]),