comparison tests/comprehensive/test_verify_and_startrev.py @ 961:b729909d3793

tests: add tests where files are moved from root to trunk It triggers a special case of missing path with a different root layout.
author Patrick Mezard <patrick@mezard.eu>
date Sat, 20 Oct 2012 22:24:32 +0200
parents f9014e28721b
children d741f536f23a
comparison
equal deleted inserted replaced
960:502613f6b583 961:b729909d3793
25 'corrupt.svndump', 25 'corrupt.svndump',
26 ]) 26 ])
27 27
28 _skipall = set([ 28 _skipall = set([
29 'project_root_not_repo_root.svndump', 29 'project_root_not_repo_root.svndump',
30 'movetotrunk.svndump',
30 ]) 31 ])
31 32
32 _skipstandard = set([ 33 _skipstandard = set([
33 'subdir_is_file_prefix.svndump', 34 'subdir_is_file_prefix.svndump',
34 'correct.svndump', 35 'correct.svndump',