From 81313aed39ed3af2bbde2addae79d0990fea14dd Mon Sep 17 00:00:00 2001 From: Raghubansh Kumar Date: Tue, 4 Sep 2007 08:39:40 +0000 Subject: [PATCH] fix tests --- ext/standard/tests/file/copy_variation15.phpt | 4 +- ext/standard/tests/file/copy_variation5.phpt | 4 +- ext/standard/tests/file/copy_variation9.phpt | 4 +- ext/standard/tests/file/fileowner_basic.phpt | 58 +------------------ 4 files changed, 9 insertions(+), 61 deletions(-) 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 *** -- 2.50.1