diff options
author | Jose <jose@zeroc.com> | 2014-10-24 18:37:09 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-10-24 18:37:09 +0200 |
commit | a58a72ef166b870d27ac130cdc95e76278e765d0 (patch) | |
tree | 8474732dcede3a30899093d842eb1ab38524d799 | |
parent | ICE-5778 - ruby test/Ice/info failure (diff) | |
download | ice-a58a72ef166b870d27ac130cdc95e76278e765d0.tar.bz2 ice-a58a72ef166b870d27ac130cdc95e76278e765d0.tar.xz ice-a58a72ef166b870d27ac130cdc95e76278e765d0.zip |
Fixed (ICE-5779) - Php test/Ice/proxy failure with protocol=ssl
-rw-r--r-- | php/test/Ice/proxy/Client.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php/test/Ice/proxy/Client.php b/php/test/Ice/proxy/Client.php index 33924acd10a..bbcf6837e42 100644 --- a/php/test/Ice/proxy/Client.php +++ b/php/test/Ice/proxy/Client.php @@ -713,7 +713,7 @@ function allTests($communicator) } else { - test($pstr == "test -t -e 1.0:ssl -h 127.0.0.1 -p 10001:opaque -t 99 -e 1.0 -v abch"); + test($pstr == "test -t -e 1.0:ssl -h 127.0.0.1 -p 10001 -t infinite:opaque -t 99 -e 1.0 -v abch"); } // @@ -758,7 +758,7 @@ function allTests($communicator) } else { - test($pstr == "test -t -e 1.0:ssl -h 127.0.0.1 -p 10001:opaque -t 99 -e 1.0 -v abch"); + test($pstr == "test -t -e 1.0:ssl -h 127.0.0.1 -p 10001 -t infinite:opaque -t 99 -e 1.0 -v abch"); } } echo "ok\n"; |