~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/repository_implementations/test_revision.py

  • Committer: John Arbash Meinel
  • Date: 2008-07-08 14:55:19 UTC
  • mfrom: (3530 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3532.
  • Revision ID: john@arbash-meinel.com-20080708145519-paqg4kjwbpgs2xmq
Merge bzr.dev 3530

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                               'unicode':'\xb5',
76
76
                               'multiline':'foo\nbar\n\n'
77
77
                              })
78
 
        assert len(tree1.branch.revision_history()) > 0
 
78
        self.assertTrue(len(tree1.branch.revision_history()) > 0)
79
79
        rev_a = tree1.branch.repository.get_revision(
80
80
                            tree1.branch.last_revision())
81
81