summaryrefslogtreecommitdiff
path: root/php/test
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-10-24 18:37:09 +0200
committerJose <jose@zeroc.com>2014-10-24 18:37:09 +0200
commita58a72ef166b870d27ac130cdc95e76278e765d0 (patch)
tree8474732dcede3a30899093d842eb1ab38524d799 /php/test
parentICE-5778 - ruby test/Ice/info failure (diff)
downloadice-a58a72ef166b870d27ac130cdc95e76278e765d0.tar.bz2
ice-a58a72ef166b870d27ac130cdc95e76278e765d0.tar.xz
ice-a58a72ef166b870d27ac130cdc95e76278e765d0.zip
Fixed (ICE-5779) - Php test/Ice/proxy failure with protocol=ssl
Diffstat (limited to 'php/test')
-rw-r--r--php/test/Ice/proxy/Client.php4
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";