~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_interbranch/test_push.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-06 02:23:37 UTC
  • mfrom: (4332.3.36 check)
  • Revision ID: pqm@pqm.ubuntu.com-20090806022337-7c2oni07fsjq6gun
(robertc) Partial overhaul of check to do less duplicate work.
        (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    branch,
24
24
    builtins,
25
25
    bzrdir,
 
26
    check,
26
27
    debug,
27
28
    errors,
28
29
    push,
230
231
        # fulltext record for f-id @ rev-1, then this will fail.
231
232
        remote_branch = Branch.open(self.get_url('remote'))
232
233
        trunk.push(remote_branch)
233
 
        remote_branch.check()
 
234
        check.check_dwim(remote_branch.base, False, True, True)
234
235
 
235
236
    def test_no_get_parent_map_after_insert_stream(self):
236
237
        # Effort test for bug 331823