~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_dirstate.py

test_set_parent_trees_no_content dirstate test now passing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
        # the ghost should be recorded as such by set_parent_trees.
315
315
        self.assertEqual(['ghost-rev'], state.get_ghosts())
316
316
        self.assertEqual(
317
 
            [(('', '', 'directory', root_id, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', ''), [])],
 
317
            [(['', '', 'directory', root_id, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', ''], [
 
318
             (revid1, 'directory', '', '', 0, False, ''),
 
319
             (revid2, 'directory', '', '', 0, False, '')])],
318
320
            list(state._iter_rows()))
319
321
 
320
322
    ### add a path via _set_data - so we dont need delta work, just