188
190
self.fail("contents of %s not as expected")
190
192
def _make_test_root(self):
195
193
if TestCaseInTempDir.TEST_ROOT is not None:
202
209
# make a fake bzr directory there to prevent any tests propagating
203
210
# up onto the source directory's real branch
204
211
os.mkdir(os.path.join(TestCaseInTempDir.TEST_ROOT, '.bzr'))