593
593
for base_file, to_file in zip(base_files, to_files):
594
594
self.assertEqual(base_file, to_file)
596
for path, status, kind, fileid, entry in base_files:
596
for path, status, kind, entry in base_files:
597
597
# Check that the meta information is the same
599
599
base_tree.get_file_size(path),
604
604
# Check that the contents are the same
605
605
# This is pretty expensive
606
606
# self.assertEqual(base_tree.get_file(fileid).read(),