diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-08-27 18:54:43 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-08-27 18:54:43 +0000 |
commit | d27ae24f05ff8385c77d320c1c52b49b14df02c4 (patch) | |
tree | 02ad321bdb448e042564cfe17d78210ed098e6ab /cpp | |
parent | test both XML and binary encodings (diff) | |
download | ice-d27ae24f05ff8385c77d320c1c52b49b14df02c4.tar.bz2 ice-d27ae24f05ff8385c77d320c1c52b49b14df02c4.tar.xz ice-d27ae24f05ff8385c77d320c1c52b49b14df02c4.zip |
adding XMLTransform test
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index bf8183180b2..4a1ffeefb91 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -50,6 +50,7 @@ tests = [ \ "IceStorm/federation", \ "IceStorm/federation2", \ "Yellow/basicYellow", \ + "XMLTransform/transform", \ ] # |