diff options
Diffstat (limited to 'php/test/Ice/operations/Client.php')
-rw-r--r-- | php/test/Ice/operations/Client.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/php/test/Ice/operations/Client.php b/php/test/Ice/operations/Client.php index 3729568e608..a800072af76 100644 --- a/php/test/Ice/operations/Client.php +++ b/php/test/Ice/operations/Client.php @@ -89,9 +89,9 @@ function twoways($communicator, $p) { $r = $p->opMyClass($p, $c1, $c2); // TODO: Identity tests - test($c1->ice_getIdentity() == $ICE->stringToIdentity("test")); - test($c2->ice_getIdentity() == $ICE->stringToIdentity("noSuchIdentity")); - test($r->ice_getIdentity() == $ICE->stringToIdentity("test")); + test($c1->ice_getIdentity() == $ICE->stringToIdentity("test")); + test($c2->ice_getIdentity() == $ICE->stringToIdentity("noSuchIdentity")); + test($r->ice_getIdentity() == $ICE->stringToIdentity("test")); $r->opVoid(); $c1->opVoid(); try |