[zpkg] SVN: zpkgtools/trunk/zpkgtools/tests/test_include.py remove
	check that is too sensitive: Python 2.5 exposes high-resolution file
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Wed Sep 14 00:30:45 EDT 2005
    
    
  
Log message for revision 38462:
  remove check that is too sensitive: Python 2.5 exposes high-resolution file
  access times
  (this makes the zpkg tests pass under Python 2.5)
  
Changed:
  U   zpkgtools/trunk/zpkgtools/tests/test_include.py
-=-
Modified: zpkgtools/trunk/zpkgtools/tests/test_include.py
===================================================================
--- zpkgtools/trunk/zpkgtools/tests/test_include.py	2005-09-14 03:50:02 UTC (rev 38461)
+++ zpkgtools/trunk/zpkgtools/tests/test_include.py	2005-09-14 04:30:45 UTC (rev 38462)
@@ -388,7 +388,6 @@
         deststat = os.stat(destname)
         self.assertEqual(srcstat.st_mode, deststat.st_mode)
         self.assertEqual(srcstat.st_mtime, deststat.st_mtime)
-        self.assertEqual(srcstat.st_atime, deststat.st_atime)
 
     def test_including_from_cvs_url(self):
         self.start_including_from_cvs_url()
    
    
More information about the zpkg
mailing list