~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_split.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-16 07:42:21 UTC
  • mfrom: (4466.1.4 spurious-stacking-warning)
  • Revision ID: pqm@pqm.ubuntu.com-20090716074221-a8ydf0c5tg54k35c
(andrew) Fix spurious 'does not support stacking' warning when
        pushing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        wt.add(['b', 'b/c'])
32
32
        wt.commit('rev1')
33
33
        self.run_bzr('split a/b')
34
 
        self.run_bzr_error(('.* is not versioned',), 'split q', working_dir='a')
 
34
        self.run_bzr_error(('.* is not versioned',), 'split q')
35
35
 
36
36
    def test_split_repo_failure(self):
37
37
        repo = self.make_repository('branch', shared=True, format='knit')