1267
1267
'st_mtime did not match')
1268
1268
self.assertEqual(expected.st_ctime, actual.st_ctime,
1269
1269
'st_ctime did not match')
1271
1271
# On Win32 both 'dev' and 'ino' cannot be trusted. In python2.4 it
1272
1272
# is 'dev' that varies, in python 2.5 (6?) it is st_ino that is
1275
1279
self.assertEqual(expected.st_dev, actual.st_dev,
1277
1281
self.assertEqual(expected.st_ino, actual.st_ino,