From: Greg Beaver Date: Wed, 16 Apr 2008 03:27:45 +0000 (+0000) Subject: fix tests so $Revision$ does not screw with things X-Git-Tag: RELEASE_2_0_0b1~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae3837851ad07182d18abfb8771830935dcb8cc2;p=php fix tests so $Revision$ does not screw with things --- diff --git a/ext/phar/tests/phpinfo_001.phpt b/ext/phar/tests/phpinfo_001.phpt index 29f47abb0e..c021701fc8 100644 --- a/ext/phar/tests/phpinfo_001.phpt +++ b/ext/phar/tests/phpinfo_001.phpt @@ -23,7 +23,7 @@ phpinfo(INFO_MODULES); Phar: PHP Archive support => enabled Phar EXT version => %s Phar API version => 1.1.1 -CVS revision => $Revision$ +CVS revision => %sRevision: %s $ Phar-based phar archives => enabled Tar-based phar archives => enabled ZIP-based phar archives => enabled @@ -44,7 +44,7 @@ Phar Phar: PHP Archive support => enabled Phar EXT version => %s Phar API version => 1.1.1 -CVS revision => $Revision$ +CVS revision => %sRevision: %s $ Phar-based phar archives => enabled Tar-based phar archives => enabled ZIP-based phar archives => enabled diff --git a/ext/phar/tests/phpinfo_002.phpt b/ext/phar/tests/phpinfo_002.phpt index 9ea9b0a6b0..061598eb07 100644 --- a/ext/phar/tests/phpinfo_002.phpt +++ b/ext/phar/tests/phpinfo_002.phpt @@ -17,7 +17,7 @@ Phar Phar: PHP Archive support => enabled Phar EXT version => %s Phar API version => 1.1.1 -CVS revision => $Revision$ +CVS revision => %sRevision: %s $ Phar-based phar archives => enabled Tar-based phar archives => enabled ZIP-based phar archives => enabled diff --git a/ext/phar/tests/phpinfo_004.phpt b/ext/phar/tests/phpinfo_004.phpt index 4c18429db4..e04133b29c 100644 --- a/ext/phar/tests/phpinfo_004.phpt +++ b/ext/phar/tests/phpinfo_004.phpt @@ -26,7 +26,7 @@ phpinfo(INFO_MODULES); Phar: PHP Archive supportenabled Phar EXT version %s Phar API version 1.1.1 -CVS revision $Revision$ +CVS revision %sRevision: %s $ Phar-based phar archives enabled Tar-based phar archives enabled ZIP-based phar archives enabled @@ -49,7 +49,7 @@ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar full Phar: PHP Archive supportenabled Phar EXT version %s Phar API version 1.1.1 -CVS revision $Revision$ +CVS revision %sRevision: %s $ Phar-based phar archives enabled Tar-based phar archives enabled ZIP-based phar archives enabled