From 395b08385b9ec4f89eacd65c0b813ea313a11177 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Mon, 16 Feb 2015 15:36:09 +0000 Subject: [PATCH] Tests - Rename testname of abbreviation.t --- test/abbreviation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/abbreviation.t b/test/abbreviation.t index a60420e78..d9f39a413 100755 --- a/test/abbreviation.t +++ b/test/abbreviation.t @@ -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")