Mercurial > hgsubversion
comparison tests/comprehensive/test_verify_and_startrev.py @ 1510:d4eb7b064085
tests: add dir_removal to the list of repos that are meaningless in standard
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 29 May 2017 20:28:26 -0400 |
parents | c6b01fd34694 |
children |
comparison
equal
deleted
inserted
replaced
1509:8c7dae2e0f54 | 1510:d4eb7b064085 |
---|---|
32 _skipstandard = set([ | 32 _skipstandard = set([ |
33 'subdir_is_file_prefix.svndump', | 33 'subdir_is_file_prefix.svndump', |
34 'correct.svndump', | 34 'correct.svndump', |
35 'corrupt.svndump', | 35 'corrupt.svndump', |
36 'emptyrepo2.svndump', | 36 'emptyrepo2.svndump', |
37 'dir_removal.svndump', | |
37 ]) | 38 ]) |
38 | 39 |
39 def _do_case(self, name, layout): | 40 def _do_case(self, name, layout): |
40 subdir = test_util.subdir.get(name, '') | 41 subdir = test_util.subdir.get(name, '') |
41 config = {} | 42 config = {} |