TW-285
- Fixed unit test structural error.
This commit is contained in:
@@ -72,8 +72,10 @@ class BaseTest285(BaseTestCase):
|
||||
os.remove(file)
|
||||
|
||||
@classmethod
|
||||
def cleanup(cls):
|
||||
def finish(cls):
|
||||
os.remove("bug.rc")
|
||||
for file in glob("*.data"):
|
||||
os.remove(file)
|
||||
|
||||
|
||||
class Test285(BaseTest285):
|
||||
|
||||
Reference in New Issue
Block a user