diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-04-27 15:49:43 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-04-27 15:49:43 -0230 |
commit | da70a70f566d97bd1db90c5791e0e74477e12a5f (patch) | |
tree | ecd5d7f3a39da44d142fe7653aaa4ffa679891cc /java/allTests.py | |
parent | Bug 3138 - remove object adapter map (diff) | |
download | ice-da70a70f566d97bd1db90c5791e0e74477e12a5f.tar.bz2 ice-da70a70f566d97bd1db90c5791e0e74477e12a5f.tar.xz ice-da70a70f566d97bd1db90c5791e0e74477e12a5f.zip |
Bug 3917 - added list-generated test
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 452280c9c36..ce66a6a833a 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -29,6 +29,7 @@ from scripts import * # List of all basic tests. # tests = [ + ("Slice/generation", ["once"]), ("Slice/keyword", ["once"]), ("IceUtil/inputUtil", ["once"]), ("Ice/proxy", ["core"]), |