/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transform.py

  • Committer: Aaron Bentley
  • Date: 2007-08-15 01:11:27 UTC
  • mfrom: (2699 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2700.
  • Revision ID: aaron.bentley@utoronto.ca-20070815011127-0il5s8oqmt26bma7
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
944
944
        transform.finalize()
945
945
 
946
946
    def test_change_entry(self):
947
 
        txt = 'bzrlib.transform.change_entry was deprecated in version 0.19.'
 
947
        txt = 'bzrlib.transform.change_entry was deprecated in version 0.90.'
948
948
        self.callDeprecated([txt], change_entry, None, None, None, None, None,
949
949
            None, None, None)
950
950