258
259
def test_branch_to_lightweight_checkout_failure(self):
259
260
parent, child, reconfiguration = \
260
261
self.prepare_branch_to_lightweight_checkout()
264
265
self.assertRaises(TypeError, reconfiguration.apply)
267
268
child = _mod_branch.Branch.open('child')
268
269
self.assertContainsRe(child.base, 'child/$')