Commit:    9b6aa268a3ab431b7dcd592b922dbc399202e58d
Author:    Anatol Belski <a...@php.net>         Tue, 23 Jul 2013 09:59:08 +0200
Parents:   25f924abf62e70f3474b5885c12a521c68c2066d
Branches:  PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=9b6aa268a3ab431b7dcd592b922dbc399202e58d

Log:
fixed bug #65311 testsuite failure due to incomplete fix to bug28985.phpt

Bugs:
https://bugs.php.net/65311
https://bugs.php.net/28985

Changed paths:
  M  ext/soap/tests/bugs/bug28985.phpt


Diff:
diff --git a/ext/soap/tests/bugs/bug28985.phpt 
b/ext/soap/tests/bugs/bug28985.phpt
index 5134cbf..73ff899 100644
--- a/ext/soap/tests/bugs/bug28985.phpt
+++ b/ext/soap/tests/bugs/bug28985.phpt
@@ -44,7 +44,7 @@ array(42) {
  string iUserPassword;
 }"
   [8]=>
-  string(86) "struct MGCodeLibelle {
+  string(87) "struct MGCodeLibelle {
  string Code;
  string Libelle;
  boolean Default;
@@ -203,4 +203,4 @@ array(42) {
   string(76) "struct GetEnvironnementResponse {
  MGEnvironnement GetEnvironnementResult;
 }"
-}
\ No newline at end of file
+}


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to