Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
Fully Compatible
-
ALL
-
TIG 2018-03-26
Description
Since the refactoring of process based tests, the DBTestCase._clear_dbpath() method is no longer called after the dbtest suite execution.
DBTestCase should override the _execute() method from ProcessTestCase in order to add the method call.