Skip to content
Snippets Groups Projects
Commit 47c4d7c5 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#645 - delete database only after test class

parent f173e0fd
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ public class SeleniumTestExecutionListener extends AbstractTestExecutionListener
}
@Override
public void afterTestMethod(TestContext testContext) throws Exception
public void afterTestClass(TestContext testContext)
{
final Path path = SystemUtils.getApplicationSupportDirectoryPath(Localization.getString("folder"), "test", "budgetmaster.mv.db");
try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment