]> granicus.if.org Git - php/commitdiff
MFB5.3: Fix tests
authorHannes Magnusson <bjori@php.net>
Thu, 7 May 2009 08:09:36 +0000 (08:09 +0000)
committerHannes Magnusson <bjori@php.net>
Thu, 7 May 2009 08:09:36 +0000 (08:09 +0000)
ext/standard/tests/misc/browsernames.inc [moved from ext/standard/tests/misc/browsernames.php with 100% similarity]
ext/standard/tests/misc/get_browser_basic.phpt
ext/standard/tests/misc/get_browser_error.phpt
ext/standard/tests/misc/get_browser_variation1.phpt

index e48d64c67a40c879150fb7791e354c77fb115eea..f19acffdb829478eb42a6139af76cfbd6abf7d81 100644 (file)
@@ -25,7 +25,7 @@ unicode.output_encoding = utf-8
  * Alias to functions: 
  */
 
-$browsers = include dirname(__FILE__) . DIRECTORY_SEPARATOR . 'browsernames.php';
+$browsers = include dirname(__FILE__) . DIRECTORY_SEPARATOR . 'browsernames.inc';
 
 /* Needed for the unicode_decode() call later */
 unicode_set_error_mode( TO_UNICODE, U_CONV_ERROR_ESCAPE_UNICODE );
index 2a16caba4f5932b571413d24a942b382679ba675..56f13728e695313afe5de8c0a6335ac15e38ea54 100644 (file)
@@ -25,7 +25,7 @@ unicode.output_encoding = utf-8
  * Alias to functions: 
  */
 
-$browsers = include dirname(__FILE__) . DIRECTORY_SEPARATOR . 'browsernames.php';
+$browsers = include dirname(__FILE__) . DIRECTORY_SEPARATOR . 'browsernames.inc';
 
 /* Needed for the unicode_decode() call later */
 unicode_set_error_mode( TO_UNICODE, U_CONV_ERROR_ESCAPE_UNICODE );
index ed90d54f96b747df9c4e3d9ece78508d8952281f..bf5a91db7fe433c078e078cf06a16f6889d3b07a 100644 (file)
@@ -25,7 +25,7 @@ unicode.output_encoding = utf-8
  * Alias to functions: 
  */
 
-$browsers = include dirname(__FILE__) . DIRECTORY_SEPARATOR . 'browsernames.php';
+$browsers = include dirname(__FILE__) . DIRECTORY_SEPARATOR . 'browsernames.inc';
 
 /* Needed for the unicode_decode() call later */
 unicode_set_error_mode( TO_UNICODE, U_CONV_ERROR_ESCAPE_UNICODE );
@@ -1405,4 +1405,4 @@ array(35) {
   ["aolversion"]=>
   unicode(1) "0"
 }
-===DONE===
\ No newline at end of file
+===DONE===