94
94
"Wrong RevisionAuthor count (should be %d, not %d)"
98
98
file = open(os.path.join(self.bzr_branch_abspath, "file"), "w")
99
99
file.write(str(time.time()+random.random()))
108
110
def test_empty_branch(self):
109
111
"""Importing an empty branch does nothing."""