From: Raghubansh Kumar Date: Tue, 4 Sep 2007 08:39:40 +0000 (+0000) Subject: fix tests X-Git-Tag: RELEASE_2_0_0a1~1886 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81313aed39ed3af2bbde2addae79d0990fea14dd;p=php fix tests --- diff --git a/ext/standard/tests/file/copy_variation15.phpt b/ext/standard/tests/file/copy_variation15.phpt index 402f41a5fc..481bee9fb9 100644 --- a/ext/standard/tests/file/copy_variation15.phpt +++ b/ext/standard/tests/file/copy_variation15.phpt @@ -2,8 +2,8 @@ Test copy() function: usage variations - destination dir access perms --SKIPIF-- --FILE-- --CLEAN-- @@ -52,63 +42,21 @@ rmdir($dir_name); --EXPECTF-- *** Testing fileowner(): basic functionality *** -- Testing with the file or directory created by owner -- -array(7) { - ["name"]=> - string(%d) %s - ["passwd"]=> - string(%d) "%s" - ["uid"]=> - int(%d) - ["gid"]=> - int(%d) - ["gecos"]=> - string(%d) %s - ["dir"]=> - string(%d) %s - ["shell"]=> - string(%d) %s -} -int(%d) int(%d) int(%d) int(%d) - --- Testing with the standard file or directory -- -int(%d) int(%d) int(%d) - *** Done *** --UEXPECTF-- *** Testing fileowner(): basic functionality *** -- Testing with the file or directory created by owner -- -array(7) { - ["name"]=> - string(%d) %s - ["passwd"]=> - string(%d) "%s" - ["uid"]=> - int(%d) - ["gid"]=> - int(%d) - ["gecos"]=> - string(%d) %s - ["dir"]=> - string(%d) %s - ["shell"]=> - string(%d) %s -} int(%d) int(%d) - -Notice: fwrite(): 26 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d -int(%d) int(%d) --- Testing with the standard file or directory -- -int(%d) +Notice: fwrite(): 26 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d int(%d) int(%d) - *** Done ***