]> granicus.if.org Git - python/commitdiff
Oops -- I introduced an off-by-6436159488 error.
authorTim Peters <tim.peters@gmail.com>
Thu, 15 Jun 2006 18:38:19 +0000 (18:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 15 Jun 2006 18:38:19 +0000 (18:38 +0000)
Lib/test/test_zipfile64.py

index b842cf29d9493f82440409ccb1ff3b1a5cf2b05d..de61ced36f8bf0c06d8d597f792c4b39e811eb9e 100644 (file)
@@ -46,7 +46,7 @@ class TestsWithSourceFile(unittest.TestCase):
 
         # It will contain enough copies of self.data to reach about 6GB of
         # raw data to store.
-        filecount = 6*1024**2 // len(self.data)
+        filecount = 6*1024**3 // len(self.data)
 
         next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL
         for num in range(filecount):