We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41656cb commit 70c0435Copy full SHA for 70c0435
logicaldoc-util/src/main/java/com/logicaldoc/util/junit/AbstractTestCase.java
@@ -73,9 +73,6 @@ public void tearDown() throws SQLException {
73
try {
74
destroyDatabase();
75
76
- PluginRegistry registry = PluginRegistry.getInstance();
77
- registry.getManager().shutdown();
78
-
79
File pluginsDir = new File(
80
Context.get().getProperties().getProperty("conf.plugindir", "target/tests-plugins"));
81
FileUtil.delete(pluginsDir);
0 commit comments