~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_rules.py

  • Committer: Ian Clatworthy
  • Date: 2008-05-28 02:44:55 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-20080528024455-qrlsbxdpjvru39t3
update doc to reflect file naming per poolie's review

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
 
106
106
    def test_rules_filename(self):
107
107
        self.assertEqual(rules.rules_filename(),
108
 
                         self.bzr_home + '/bazaar.rules')
 
108
                         self.bzr_home + '/rules')
109
109
 
110
110
 
111
111
class TestIterSearchRules(tests.TestCaseInTempDir):