~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-27 20:08:36 UTC
  • mfrom: (5447.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20100927200836-asjq41qt5fol30df
(vila) Merge lp:bzr/2.2 into trunk including fixes for #644855,
        #646133, #632387 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
984
984
            try:
985
985
                workingtree.WorkingTree.open(path)
986
986
            except (errors.NotBranchError, errors.NoWorkingTree):
987
 
                return
 
987
                raise TestSkipped('Needs a working tree of bzr sources')
988
988
        finally:
989
989
            self.enable_directory_isolation()
990
990