Mercurial > hgsubversion
diff tests/comprehensive/test_verify_and_startrev.py @ 892:3bfb7e985c47
svn verify: add a test for corrupt repositories.
This case contains a couple of unlikely (but not impossible) failure
cases that the code previously did not handle. The verifier is updated
to address these, and the output made a bit more consistent.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Wed, 14 Dec 2011 00:07:58 +0100 |
parents | c6388ed0ec0a |
children | 9562f606c4aa |
line wrap: on
line diff
--- a/tests/comprehensive/test_verify_and_startrev.py +++ b/tests/comprehensive/test_verify_and_startrev.py @@ -21,6 +21,8 @@ from hgsubversion import svncommands 'binaryfiles.svndump', 'binaryfiles-broken.svndump', 'emptyrepo.svndump', + 'correct.svndump', + 'corrupt.svndump', ]) _skipall = set([ @@ -29,6 +31,8 @@ from hgsubversion import svncommands _skipstandard = set([ 'subdir_is_file_prefix.svndump', + 'correct.svndump', + 'corrupt.svndump', ]) def _do_case(self, name, stupid, layout):