From 39b0a03f8281c2ee7af57326d49dcedd1eb29a47 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 7 May 2007 10:43:15 +0000 Subject: Changed the filenames of the tests. --- tests/python/UnitTests.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/python/UnitTests.py') diff --git a/tests/python/UnitTests.py b/tests/python/UnitTests.py index 84b8432b..843e9fc1 100644 --- a/tests/python/UnitTests.py +++ b/tests/python/UnitTests.py @@ -1,11 +1,9 @@ from unittest import TextTestRunner, TestSuite -import tests.python.numerics.BasicAmount as BasicAmount -import tests.python.numerics.CommodityAmount as CommodityAmount +import tests.python.numerics.t_amount as t_amount suites = [ - BasicAmount.suite(), - CommodityAmount.suite(), + t_amount.suite(), ] TextTestRunner().run(TestSuite(suites)) -- cgit v1.2.3