~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_properties.py

  • Committer: Ian Clatworthy
  • Date: 2008-05-13 01:43:22 UTC
  • mto: (3515.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3516.
  • Revision ID: ian.clatworthy@canonical.com-20080513014322-f1fwqv03wer13ss5
rename .bzrproperties to fileproperties

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
    def test_properties_filename(self):
44
44
        self.assertEqual(properties.properties_filename(),
45
 
                         self.bzr_home + '/.bzrproperties')
 
45
                         self.bzr_home + '/fileproperties')
46
46
 
47
47
 
48
48
class TestPropertiesProvider(tests.TestCase):