summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-09-11 21:12:38 +0000
committerMark Spruiell <mes@zeroc.com>2003-09-11 21:12:38 +0000
commitcbd7000724b0474b622ce8c7b47819630f2ab818 (patch)
tree6b6897c8cb85ce9b6f260df4d261d1b0341fa402 /cpp/allTests.py
parentanother minor fix (diff)
downloadice-cbd7000724b0474b622ce8c7b47819630f2ab818.tar.bz2
ice-cbd7000724b0474b622ce8c7b47819630f2ab818.tar.xz
ice-cbd7000724b0474b622ce8c7b47819630f2ab818.zip
- Removed dependency on Xerces.
- Removed generic stream interface Ice::Stream and ice_marshal functions. - Removed XML stream implementation and related test. - Removed XML transformer and related test. - Removed slice2xsd. - Added C++ wrapper for the expat XML parser in IceXML::Parser. - Removed XML encoding from Freeze.
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index b95bb958efc..65daf02143a 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -49,14 +49,12 @@ tests = [ \
"IceSSL/certificateAndKeyParsing", \
"IceSSL/certificateVerifier", \
"IceSSL/certificateVerification", \
- "IceXML/encoding", \
"Freeze/dbmap", \
"Freeze/complex", \
"Freeze/evictor", \
"IceStorm/single", \
"IceStorm/federation", \
"IceStorm/federation2", \
- "XMLTransform/transform", \
]
#