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 3911996 commit 38551acCopy full SHA for 38551ac
logicaldoc-util/src/main/java/com/logicaldoc/util/junit/AbstractTestCase.java
@@ -73,6 +73,9 @@ 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