diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-09-04 12:34:41 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-09-04 12:34:41 -0700 |
commit | a86b114d82c678b49ab2b43c16abff1f8239d5d6 (patch) | |
tree | db649f2762d87a991de02b2c2c641029a01cac85 /java/allTests.py | |
parent | Converted demo projects to VS2008 (diff) | |
download | ice-a86b114d82c678b49ab2b43c16abff1f8239d5d6.tar.bz2 ice-a86b114d82c678b49ab2b43c16abff1f8239d5d6.tar.xz ice-a86b114d82c678b49ab2b43c16abff1f8239d5d6.zip |
bug 4196 - add class loader to InitializationData
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 9e77db706b8..94ce71eade5 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -59,6 +59,7 @@ tests = [ ("Ice/serialize", ["core"]), ("Ice/defaultServant", ["core"]), ("Ice/threadPoolPriority", ["core"]), + ("Ice/classLoader", ["core"]), ("IceBox/configuration", ["core", "noipv6"]), ("Freeze/dbmap", ["once"]), ("Freeze/complex", ["once"]), |