~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_osutils.py

  • Committer: Parth Malwankar
  • Date: 2010-03-06 05:34:14 UTC
  • mto: (5094.3.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5107.
  • Revision ID: parth.malwankar@gmail.com-20100306053414-3mrm0cxwv07n3edz
moved ChownFeature to tests/features.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    win32utils,
34
34
    )
35
35
from bzrlib.tests import (
 
36
    features,
36
37
    file_utils,
37
38
    test__walkdirs_win32,
38
39
    )
1977
1978
        osutils.terminal_width()
1978
1979
 
1979
1980
class TestCreationOps(tests.TestCaseInTempDir):
1980
 
    _test_needs_features = [tests.ChownFeature]
 
1981
    _test_needs_features = [features.ChownFeature]
1981
1982
 
1982
1983
    def setUp(self):
1983
1984
        tests.TestCaseInTempDir.setUp(self)