~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_version_info.py

  • Committer: Robert Collins
  • Date: 2007-10-22 01:23:51 UTC
  • mfrom: (2921.3.1 graph)
  • mto: This revision was merged to the branch mainline in revision 2933.
  • Revision ID: robertc@robertcollins.net-20071022012351-16lm27an2lbzk038
Merge graph history-access bugfix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
        stanza = regen(check_for_clean=True, include_file_revisions=True)
112
112
        self.assertEqual(['False'], stanza.get_all('clean'))
113
113
 
 
114
        # XXX: This assumes it's being run against a repository that updates
 
115
        # the root revision on every commit.  Newer ones that use
 
116
        # RootCommitBuilder won't update it on each commit.
114
117
        file_rev_stanza = get_one_stanza(stanza, 'file-revisions')
115
118
        self.assertEqual(['', 'a', 'b', 'c'], file_rev_stanza.get_all('path'))
116
119
        self.assertEqual(['r3', 'r3', 'r2', 'unversioned'],