diff options
author | Marc Laukien <marc@zeroc.com> | 2003-02-22 17:19:46 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-02-22 17:19:46 +0000 |
commit | 0d984b923f33e2a6f99b6f0e59cdbee270493340 (patch) | |
tree | 921a4c2101bb0ebab9cc24001b0e6fa8c7851924 /cpp/config/TestUtil.py | |
parent | fix (diff) | |
download | ice-0d984b923f33e2a6f99b6f0e59cdbee270493340.tar.bz2 ice-0d984b923f33e2a6f99b6f0e59cdbee270493340.tar.xz ice-0d984b923f33e2a6f99b6f0e59cdbee270493340.zip |
fixed AMD exception bug
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index cf05fdf93d4..b0c8795427d 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -18,8 +18,8 @@ # protocol. Otherwise TCP is used. # -#protocol = "" -protocol = "ssl" +protocol = "" +#protocol = "ssl" # # Set compressed to 1 in case you want to run the tests with |