diff --git a/test/date.iso.t b/test/date.iso.t index d9a38cf1e..b0dd84580 100755 --- a/test/date.iso.t +++ b/test/date.iso.t @@ -33,10 +33,9 @@ import unittest sys.path.append(os.path.dirname(os.path.abspath(__file__))) from basetest import Task, TestCase -from basetest import Taskd, ServerTestCase -class TestBugNumber(TestCase): +class TestDateISOAndEpoch(TestCase): def setUp(self): """Executed before each test in the class""" self.t = Task() diff --git a/test/prepend.t b/test/prepend.t index 290c9203c..548ba5d15 100755 --- a/test/prepend.t +++ b/test/prepend.t @@ -35,7 +35,7 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__))) from basetest import Task, TestCase -class TestBugNumber(TestCase): +class TestPrepend(TestCase): def setUp(self): """Executed before each test in the class"""