Kiln » Dependencies » Dulwich Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master-1, master-0, and 0.9.4

Remove explicit testing of uid and gid in tests of index files.

These tend to be the cause of failures on various systems, they're
not as predictable as we were hoping.

Changeset 68b1cffd3532

Parent debe8f8303fe

by Jelmer Vernooij

Changes to one file · Browse files at 68b1cffd3532 Showing diff from parent debe8f8303fe Diff from another changeset...

 
222
223
224
225
226
227
228
229
230
 
222
223
224
 
 
 
225
226
227
@@ -222,9 +222,6 @@
  self.assertEquals(index_entry[0], index_entry[1]) # ctime and atime   self.assertTrue(index_entry[0] > time - delta)   self.assertEquals(index_entry[4], mode) # mode - if sys.platform != 'nt': - self.assertEquals(index_entry[5], os.getuid()) - self.assertEquals(index_entry[6], os.getgid())   self.assertEquals(index_entry[7], filesize) # filesize   self.assertEquals(index_entry[8], sha) # sha