~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(gz) Never raise KnownFailure in tests,
 use knownFailure method instead (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
691
691
        except errors.IncompatibleFormat:
692
692
            raise tests.TestNotApplicable('Cannot make a shared repository')
693
693
        if repo.bzrdir._format.fixed_components:
694
 
            raise tests.KnownFailure(
 
694
            self.knownFailure(
695
695
                "pre metadir branches do not upgrade on push "
696
696
                "with stacking policy")
697
697
        if isinstance(repo._format,