603
603
for base_file, to_file in zip(base_files, to_files):
604
604
self.assertEqual(base_file, to_file)
606
for path, status, kind, entry in base_files:
607
607
# Check that the meta information is the same
612
614
# Check that the contents are the same
613
615
# This is pretty expensive
614
616
# self.assertEqual(base_tree.get_file(fileid).read(),