com php-src: Fixed a wrong test: sapi/cli/tests/php_cli_ser ver_019.phpt

From: Date: Tue, 26 Nov 2013 16:43:31 +0000
Subject: com php-src: Fixed a wrong test: sapi/cli/tests/php_cli_ser ver_019.phpt
Groups: php.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Commit:    ff20a9019d2d5e226dfa03b24285c77a623ac35c
Author:    Julien Pauli <[email protected]>         Tue, 26 Nov 2013 17:43:31 +0100
Parents:   d85ac7fb3f498455cfc1b051f8d48c9ba8ed8fdd
Branches:  master

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

Log:
Fixed a wrong test

Changed paths:
  M  sapi/cli/tests/php_cli_server_019.phpt


Diff:
diff --git a/sapi/cli/tests/php_cli_server_019.phpt b/sapi/cli/tests/php_cli_server_019.phpt
index cdad01e..2b983e5 100644
--- a/sapi/cli/tests/php_cli_server_019.phpt
+++ b/sapi/cli/tests/php_cli_server_019.phpt
@@ -60,7 +60,7 @@ array(2) {
 }
 array(3) {
   ["X-Powered-By"]=>
-  string(13) "P%s"
+  string(%d) "P%s"
   ["Bar-Foo"]=>
   string(3) "Foo"
   ["Content-type"]=>



Thread (1 message)

  • JulienPauli
« previous php.cvs (#74058) next »