diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-16 20:42:14 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-16 20:42:14 +0000 |
commit | 8bccf420eb914c2228fb6447df7805ca340598a8 (patch) | |
tree | d85f88d4876faf2e52b2c07f84f2405d65af09da /cpp | |
parent | Windows (VC60) build fixes (diff) | |
download | ice-8bccf420eb914c2228fb6447df7805ca340598a8.tar.bz2 ice-8bccf420eb914c2228fb6447df7805ca340598a8.tar.xz ice-8bccf420eb914c2228fb6447df7805ca340598a8.zip |
added interceptor 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 553cd2e9579..52c2f55c2aa 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -101,6 +101,7 @@ tests = [ \ "Ice/timeout", \ "Ice/servantLocator", \ "Ice/threads", \ + "Ice/interceptor", \ "IceSSL/configuration", \ "Freeze/dbmap", \ "Freeze/complex", \ |