/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_version_info.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-17 05:59:11 UTC
  • mfrom: (2903.2.11 commit)
  • Revision ID: pqm@pqm.ubuntu.com-20071017055911-jots6fwy20740n0i
commit produces (but does not yet use) a basis delta and avoids one iter_entries (mbp)

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'],