summaryrefslogtreecommitdiff
path: root/java/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-09-04 12:34:41 -0700
committerMark Spruiell <mes@zeroc.com>2009-09-04 12:34:41 -0700
commita86b114d82c678b49ab2b43c16abff1f8239d5d6 (patch)
treedb649f2762d87a991de02b2c2c641029a01cac85 /java/allTests.py
parentConverted demo projects to VS2008 (diff)
downloadice-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-xjava/allTests.py1
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"]),