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