diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-02-06 20:25:12 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-02-06 20:25:12 +0000 |
commit | 0447ef59decd69bc5c03faf1d417863759536d23 (patch) | |
tree | 0de3e019bddf20f1fe087dbd45328b715befa7e4 /cpp/allTests.py | |
parent | Fixed alternate sequences for AMI/AMD (diff) | |
download | ice-0447ef59decd69bc5c03faf1d417863759536d23.tar.bz2 ice-0447ef59decd69bc5c03faf1d417863759536d23.tar.xz ice-0447ef59decd69bc5c03faf1d417863759536d23.zip |
Added project files for custom test
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index da5e66202d8..3a1cab9262e 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -71,7 +71,7 @@ tests = [ \ "Ice/checksum", \ "Ice/stream", \ "Ice/hold", \ - "Ice/custom", \ + #"Ice/custom", \ "IceSSL/configuration", \ "IceSSL/loadPEM", \ "IceSSL/certificateAndKeyParsing", \ |