~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-09-29 15:50:58 UTC
  • mfrom: (6177 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6178.
  • Revision ID: v.ladeuil+lp@free.fr-20110929155058-zgbecmx1huzktegm
Merge trunk and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
 
158
158
    def test_fetch_to_rich_root_set_parent_1_ghost_parent(self):
159
159
        # 1 ghost parent -> No parents
 
160
        if not self.repository_format.supports_ghosts:
 
161
            raise TestNotApplicable("repository format does not support "
 
162
                 "ghosts")
160
163
        self.do_test_fetch_to_rich_root_sets_parents_correctly((),
161
164
            [('tip', ['ghost'], [('add', ('', ROOT_ID, 'directory', ''))]),
162
165
            ], allow_lefthand_ghost=True)