diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-04-03 15:15:13 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-04-03 15:15:13 -0700 |
commit | b415955846ce0d5c2e0c283f897190ccd2c3616a (patch) | |
tree | 10daf6bb8a05edf5052a33f10ea16c73d8ae0d89 /java/allTests.py | |
parent | Bug 3465 - Remove _adapter members from test where unecessary (diff) | |
download | ice-b415955846ce0d5c2e0c283f897190ccd2c3616a.tar.bz2 ice-b415955846ce0d5c2e0c283f897190ccd2c3616a.tar.xz ice-b415955846ce0d5c2e0c283f897190ccd2c3616a.zip |
removing Java2 mapping
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/allTests.py b/java/allTests.py index 5db47603281..452280c9c36 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -44,8 +44,7 @@ tests = [ ("Ice/adapterDeactivation", ["core"]), ("Ice/slicing/exceptions", ["core"]), ("Ice/slicing/objects", ["core"]), - #("Ice/custom14", ["core"]), - ("Ice/custom15", ["core"]), + ("Ice/custom", ["core"]), ("Ice/checksum", ["core"]), ("Ice/packagemd", ["core"]), ("Ice/stream", ["core"]), |