diff options
Diffstat (limited to 'php/test')
-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"; |