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