~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_revisiontree.py

  • Committer: Martin Packman
  • Date: 2012-01-05 11:16:45 UTC
  • mto: This revision was merged to the branch mainline in revision 6429.
  • Revision ID: martin.packman@canonical.com-20120105111645-dkj4c6geuh38ir0n
Expect normalised _fs_enc in dirstate check for avoiding reencoding

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    def test_empty_no_root(self):
59
59
        null_tree = self.t.branch.repository.revision_tree(
60
60
            revision.NULL_REVISION)
 
61
        self.assertIs(None, null_tree.inventory.root)
61
62
        self.assertIs(None, null_tree.get_root_id())
62
63
 
63
64
    def test_get_file_revision_root(self):