~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository/test_commit_builder.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-17 15:38:20 UTC
  • mfrom: (6072.1.2 foreign-test-fixes)
  • Revision ID: pqm@pqm.ubuntu.com-20110817153820-fadqb9cj9kadzqpy
(jelmer) Couple of minor fixes of tests for the foreign branch plugins.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
523
523
            # Just a couple simple tests to ensure that it actually follows
524
524
            # the RevisionTree api.
525
525
            self.assertEqual(rev_id, rev_tree.get_revision_id())
526
 
            self.assertEqual([], rev_tree.get_parent_ids())
 
526
            self.assertEqual((), tuple(rev_tree.get_parent_ids()))
527
527
        finally:
528
528
            tree.unlock()
529
529