]> granicus.if.org Git - php/commitdiff
- Fix error expectations
authorMarcus Boerger <helly@php.net>
Sun, 14 Jan 2007 18:57:22 +0000 (18:57 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 14 Jan 2007 18:57:22 +0000 (18:57 +0000)
ext/phar/tests/create_new_phar_b.phpt
ext/phar/tests/delete_in_phar.phpt
ext/phar/tests/delete_in_phar_confirm.phpt
ext/phar/tests/open_for_write_existing_b.phpt
ext/phar/tests/open_for_write_newfile_b.phpt

index 74045ef4110fc9df9b872c033088cf5e6c8f32fb..9cf86fc1778be31960b3151f373e29aaf3114aa1 100755 (executable)
@@ -24,6 +24,6 @@ Warning: include(%screate_new_phar_b.phar.php): failed to open stream: No such f
 
 Warning: include(phar://%screate_new_phar_b.phar.php/a.php): failed to open stream: No such file or directory in %screate_new_phar_b.php on line %d
 
-Warning: include(): Failed opening 'phar://%screate_new_phar_b.phar.php/a.php' for inclusion (include_path='.') in %screate_new_phar_b.php on line %d
+Warning: include(): Failed opening 'phar://%screate_new_phar_b.phar.php/a.php' for inclusion (include_path='%s') in %screate_new_phar_b.php on line %d
 
 ===DONE===
index f6c0c7ae15838a08f75627aae03b2b8a836fa99d..b33e2b252387923a47ab0689b8db559e01bd8162 100644 (file)
@@ -42,7 +42,7 @@ This is b
 
 Warning: include(%sdelete_in_phar.phar.php/b/c.php): failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar.phar.php" in %sdelete_in_phar.php on line %d
 
-Warning: include(): Failed opening 'phar://%sdelete_in_phar.phar.php/b/c.php' for inclusion (include_path='.') in %sdelete_in_phar.php on line %d
+Warning: include(): Failed opening 'phar://%sdelete_in_phar.phar.php/b/c.php' for inclusion (include_path='%s') in %sdelete_in_phar.php on line %d
 
 ===DONE===
                
\ No newline at end of file
index ada9bebeb53cf11895463c68bf8ff32efc35178e..11c884bd7bf8d84af9d36a336c236bed6886fdd0 100644 (file)
@@ -46,6 +46,6 @@ This is b
 
 Warning: include(%sdelete_in_phar_confirm.phar.php/b/c.php): failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar_confirm.phar.php" in %sdelete_in_phar_confirm.php on line %d
 
-Warning: include(): Failed opening 'phar://%sdelete_in_phar_confirm.phar.php/b/c.php' for inclusion (include_path='.') in %sdelete_in_phar_confirm.php on line %d
+Warning: include(): Failed opening 'phar://%sdelete_in_phar_confirm.phar.php/b/c.php' for inclusion (include_path='%s') in %sdelete_in_phar_confirm.php on line %d
 
 ===DONE===
index 552d31ef3067c573b7f4f5adc2ea5c40c3701e86..7a85f01306ca9b05965c6363b08c6f5992d3eea8 100755 (executable)
@@ -29,5 +29,5 @@ include $pname . '/b/c.php';
 
 Warning: include(phar://%sopen_for_write_existing_b.phar.php/b/c.php): failed to open stream: phar error: internal corruption of phar "%sopen_for_write_existing_b.phar.php" (crc32 mismatch on file "b/c.php") in %sopen_for_write_existing_b.php on line %d
 
-Warning: include(): Failed opening 'phar://%sopen_for_write_existing_b.phar.php/b/c.php' for inclusion (include_path='.') in %sopen_for_write_existing_b.php on line %d
+Warning: include(): Failed opening 'phar://%sopen_for_write_existing_b.phar.php/b/c.php' for inclusion (include_path='%s') in %sopen_for_write_existing_b.php on line %d
 ===DONE===
index ce91f378f63c8c8f24f0969db603b3db8ea8f27c..6ef3cab0a6ceed7990ffa10f3cc355cf421038b9 100755 (executable)
@@ -38,6 +38,6 @@ This is b/c
 
 Warning: include(phar://%sopen_for_write_newfile_b.phar.php/b/new.php): failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_b.phar.php" in %sopen_for_write_newfile_b.php on line %d
 
-Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_b.phar.php/b/new.php' for inclusion (include_path='.') in %sopen_for_write_newfile_b.php on line %d
+Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_b.phar.php/b/new.php' for inclusion (include_path='%s') in %sopen_for_write_newfile_b.php on line %d
 
 ===DONE===