Skip to content
Snippets Groups Projects
Commit ef9947e2 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-18027: Some places create a Velocity context without taking into account...

XWIKI-18027: Some places create a Velocity context without taking into account the deprcation logging configuration
* fix test
parent f2da0dc2
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@
import org.xwiki.component.wiki.WikiComponentException;
import org.xwiki.component.wiki.internal.bridge.ContentParser;
import org.xwiki.job.event.status.JobProgressManager;
import org.xwiki.logging.LoggerConfiguration;
import org.xwiki.model.ModelContext;
import org.xwiki.model.reference.DocumentReference;
import org.xwiki.model.reference.DocumentReferenceResolver;
......@@ -86,6 +87,9 @@ public class WikiUIExtensionComponentBuilderTest implements WikiUIExtensionConst
@MockComponent
private ContentParser contentParser;
@MockComponent
private LoggerConfiguration loggerConfiguration;
@InjectMockComponents
private WikiUIExtensionComponentBuilder builder;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment