1504
1504
self.assertContainsRe(old_path, 'old/oldname$')
1505
1505
self.assertEqual(315532800, os.stat(old_path).st_mtime)
1506
1506
self.assertContainsRe(new_path, 'tree/newname$')
1509
1509
if osutils.host_os_dereferences_symlinks():
1510
1510
self.assertTrue(os.path.samefile('tree/newname', new_path))
1511
1511
# make sure we can create files with the same parent directories