From 611c2ecdd05cdb7e4a2726132b12e10b86acc275 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 4 Aug 2013 16:11:51 -0500 Subject: fix the test for calculate_bank There shouldn't be any exception thrown by calculate_bank since it was changed some time ago. --- tests/tests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/tests.py') diff --git a/tests/tests.py b/tests/tests.py index 79af902..3b77d41 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -119,8 +119,6 @@ class TestCram(unittest.TestCase): self.failUnless(calculate_bank(0x8000) == 2) self.failUnless(calculate_bank("0x9000") == 2) self.failUnless(calculate_bank(0) == 0) - for address in [0x4000, 0x5000, 0x6000, 0x7000]: - self.assertRaises(Exception, calculate_bank, address) def test_calculate_pointer(self): # for offset <= 0x4000 -- cgit v1.2.3