Skip to content

Commit 70c0435

Browse files
committed
removed shutDown() method from AbstractTestCase
1 parent 41656cb commit 70c0435

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

logicaldoc-util/src/main/java/com/logicaldoc/util/junit/AbstractTestCase.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ public void tearDown() throws SQLException {
7373
try {
7474
destroyDatabase();
7575

76-
PluginRegistry registry = PluginRegistry.getInstance();
77-
registry.getManager().shutdown();
78-
7976
File pluginsDir = new File(
8077
Context.get().getProperties().getProperty("conf.plugindir", "target/tests-plugins"));
8178
FileUtil.delete(pluginsDir);

0 commit comments

Comments
 (0)