Tests - Rename testname of abbreviation.t

This commit is contained in:
Renato Alves 2015-02-16 15:36:09 +00:00
parent 9cc9e19757
commit 395b08385b

View file

@ -35,7 +35,7 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from basetest import Task, TestCase, Taskd, ServerTestCase # noqa
class TestBugNumber(TestCase):
class TestAbbreviation(TestCase):
def setUp(self):
self.t = Task()
self.t.config("abbreviation.minimum", "1")