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

XWIKI-12920: Hiding WebHome in wiki link syntax

* fix tests
parent 1a2ff04e
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
import org.xwiki.component.manager.ComponentManager;
import org.xwiki.model.internal.DefaultModelConfiguration;
import org.xwiki.model.internal.reference.DefaultEntityReferenceProvider;
import org.xwiki.model.internal.reference.RelativeStringEntityReferenceResolver;
import org.xwiki.rendering.block.XDOM;
import org.xwiki.rendering.internal.macro.chart.source.DataSource;
import org.xwiki.rendering.internal.parser.reference.XWikiUntypedLinkReferenceParser;
......@@ -71,7 +72,8 @@
DefaultModelConfiguration.class,
DocumentResourceReferenceTypeParser.class,
SpaceResourceReferenceTypeParser.class,
AttachmentResourceReferenceTypeParser.class
AttachmentResourceReferenceTypeParser.class,
RelativeStringEntityReferenceResolver.class
})
//@formatter:on
@MockingRequirement(value = MacroContentTableBlockDataSource.class,
......
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