diff options
author | Michi Henning <michi@zeroc.com> | 2004-05-26 04:27:38 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-05-26 04:27:38 +0000 |
commit | 349d4325db4af44700f1243f5b454f6f2f6be6f9 (patch) | |
tree | d9f55de34009c8932fb84f71221250f9151e4d91 /cs/config/TestUtil.py | |
parent | fix for NPE (diff) | |
download | ice-349d4325db4af44700f1243f5b454f6f2f6be6f9.tar.bz2 ice-349d4325db4af44700f1243f5b454f6f2f6be6f9.tar.xz ice-349d4325db4af44700f1243f5b454f6f2f6be6f9.zip |
Added changes to bring code up to date with 1.4.0 release.
Diffstat (limited to 'cs/config/TestUtil.py')
-rw-r--r-- | cs/config/TestUtil.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cs/config/TestUtil.py b/cs/config/TestUtil.py index 05fb733bb81..8695d51b16a 100644 --- a/cs/config/TestUtil.py +++ b/cs/config/TestUtil.py @@ -1,18 +1,13 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003 - 2004 -# ZeroC, Inc. -# North Palm Beach, FL, USA -# -# All Rights Reserved. +# Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved. # # This copy of Ice is licensed to you under the terms described in the # ICE_LICENSE file included in this distribution. # # ********************************************************************** - # # Set protocol to "ssl" in case you want to run the tests with the SSL # protocol. Otherwise TCP is used. |