From d0e9822ed16cb36de4cb1171a89d4049c615f1a0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 Apr 2007 10:09:00 +0000 Subject: Moved around the Python code. --- tests/python/corelib/numerics/BasicAmount.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/python/corelib/numerics/BasicAmount.py') diff --git a/tests/python/corelib/numerics/BasicAmount.py b/tests/python/corelib/numerics/BasicAmount.py index bfb67cf2..2ce532d9 100644 --- a/tests/python/corelib/numerics/BasicAmount.py +++ b/tests/python/corelib/numerics/BasicAmount.py @@ -4,12 +4,6 @@ import exceptions from ledger import amount class BasicAmountTestCase(unittest.TestCase): - def setUp(self): - amount.initialize() - - def tearDown(self): - amount.shutdown() - def testConstructors(self): x0 = amount() x1 = amount(123456) -- cgit v1.2.3