diff test/testhexfile.py @ 307:e609d5296ee9

Massive rewrite of codegenerator
author Windel Bouwman
date Thu, 12 Dec 2013 20:42:56 +0100
parents 534b94b40aa8
children b4ac28efcdf4
line wrap: on
line diff
--- a/test/testhexfile.py	Mon Dec 09 19:00:21 2013 +0100
+++ b/test/testhexfile.py	Thu Dec 12 20:42:56 2013 +0100
@@ -28,11 +28,13 @@
         hf.addRegion(0xFFFE, bytes.fromhex('aabbcc'))
         self.saveload(hf)
 
+    @unittest.skip('Takes too long')
     def testSave4(self):
         hf = HexFile()
         hf.addRegion(0xF000, bytes.fromhex('ab')*0x10000)
         self.saveload(hf)
 
+    @unittest.skip('Takes too long')
     def testSave5(self):
         hf = HexFile()
         hf.addRegion(0xF003, bytes.fromhex('ab')*0x10000)