From 46adb2803d1c3ceeb9083a3238e529d0b5ebc4b5 Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 4 Dec 2004 12:29:55 +0000 Subject: * lib/fileutils.rb: (In previous commit) new method chown. * lib/fileutils.rb: (In previous commit) new method chown_R. * lib/fileutils.rb: (In previous commit) new method chmod_R wrongly added. Removed now. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/fileutils/test_fileutils.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/fileutils') diff --git a/test/fileutils/test_fileutils.rb b/test/fileutils/test_fileutils.rb index 303c1b42a..a10bbe236 100644 --- a/test/fileutils/test_fileutils.rb +++ b/test/fileutils/test_fileutils.rb @@ -739,6 +739,15 @@ end end def test_chmod + # FIXME + end + + def test_chown + # FIXME + end + + def test_chown_R + # FIXME end end -- cgit