Project

General

Profile

Actions

Feature #9292

closed

Add unit test for chown method in test_fileutils.rb with root account

Added by vajrasky (Vajrasky Kok) about 10 years ago. Updated about 10 years ago.

Status:
Closed
Assignee:
-
Target version:
[ruby-core:59298]

Description

There is no unit test for chown method in test_fileutils.rb with root account. Chown with root account has unique behaviour which can change the user ownership of the file.


Files

add_test_chown_with_root.patch (2.86 KB) add_test_chown_with_root.patch vajrasky (Vajrasky Kok), 12/24/2013 07:34 PM
Actions #1

Updated by nobu (Nobuyoshi Nakada) about 10 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r44387.
Vajrasky, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


test_fileutils.rb: tests for chown

  • test/fileutils/fileasserts.rb (assert_ownership_user): new
    assertion for user ownership.
  • test/fileutils/test_fileutils.rb (test_chown_error),
    (test_chown_without_permission, test_chown_with_root):
    based on the patch by vajrasky (Vajrasky Kok) at
    [ruby-core:59298]. [Feature #9292]
Actions

Also available in: Atom PDF

Like0
Like0