Test: Rename class for bug 954

This commit is contained in:
Renato Alves
2015-07-13 11:45:43 +01:00
parent a09a2bc241
commit 9a913a9357

View File

@@ -35,7 +35,7 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from basetest import Task, TestCase
class TestBugNumber(TestCase):
class TestBug954(TestCase):
def setUp(self):
"""Executed before each test in the class"""