tony2001                Fri May  1 22:23:59 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/phar/tests     phar_construct_invalidurl.phpt 
  Log:
  fix test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/phar_construct_invalidurl.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/phar/tests/phar_construct_invalidurl.phpt
diff -u php-src/ext/phar/tests/phar_construct_invalidurl.phpt:1.1.2.2 
php-src/ext/phar/tests/phar_construct_invalidurl.phpt:1.1.2.3
--- php-src/ext/phar/tests/phar_construct_invalidurl.phpt:1.1.2.2       Thu Apr 
30 04:43:10 2009
+++ php-src/ext/phar/tests/phar_construct_invalidurl.phpt       Fri May  1 
22:23:59 2009
@@ -24,7 +24,7 @@
 ?>
 ===DONE===
 --EXPECT--
-Cannot create a phar archive from a URL like "http://should.fail.com";.  Phar 
objects can only be created from local files
-Cannot create a phar archive from a URL like "http://";.  Phar objects can only 
be created from local files
+Cannot create a phar archive from a URL like "http://should.fail.com";. Phar 
objects can only be created from local files
+Cannot create a phar archive from a URL like "http://";. Phar objects can only 
be created from local files
 Cannot create phar 'http:/', file extension (or combination) not recognised
-===DONE===
\ No newline at end of file
+===DONE===



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

Reply via email to