Mercurial > hgsubversion
comparison tests/comprehensive/test_verify_and_startrev.py @ 1046:36fe4b316a6b
stupid: fix --startrev
we didn't test for this, so it was broken...
| author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
|---|---|
| date | Wed, 07 Aug 2013 22:42:11 +0200 |
| parents | d741f536f23a |
| children | 903c9c9dfe6a |
comparison
equal
deleted
inserted
replaced
| 1045:67e11b650e94 | 1046:36fe4b316a6b |
|---|---|
| 102 attrs[bname] = buildmethod(case, bname, False, 'standard') | 102 attrs[bname] = buildmethod(case, bname, False, 'standard') |
| 103 name = bname + '_stupid' | 103 name = bname + '_stupid' |
| 104 attrs[name] = buildmethod(case, name, True, 'standard') | 104 attrs[name] = buildmethod(case, name, True, 'standard') |
| 105 name = bname + '_single' | 105 name = bname + '_single' |
| 106 attrs[name] = buildmethod(case, name, False, 'single') | 106 attrs[name] = buildmethod(case, name, False, 'single') |
| 107 # Disabled because the "stupid and real are the same" tests | 107 name = bname + '_single_stupid' |
| 108 # verify this plus even more. | 108 attrs[name] = buildmethod(case, name, True, 'single') |
| 109 # name = bname + '_single_stupid' | |
| 110 # attrs[name] = buildmethod(case, name, True, 'single') | |
| 111 | 109 |
| 112 VerifyTests = type('VerifyTests', (test_util.TestBase,), attrs) | 110 VerifyTests = type('VerifyTests', (test_util.TestBase,), attrs) |
