Skip to content
Snippets Groups Projects
Commit 1616dd38 authored by Simon Urli's avatar Simon Urli
Browse files

XWIKI-22571: Backlinks update changes an absolute reference to the moved page...

XWIKI-22571: Backlinks update changes an absolute reference to the moved page into one relative to the current wiki

  * Update test

(cherry picked from commit 4904b347)
parent 86e0450b
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ void movePageToSubwiki(TestUtils setup, TestReference testReference, TestConfigu
assertEquals(
String.format("[[%s]]%n[[%s]]%n[[%s]]",
setup.serializeReference(movedPageReference),
setup.serializeLocalReference(Alice2Reference),
setup.serializeReference(Alice2Reference),
setup.serializeReference(newBobPage)), wikiEditPage.getContent());
deleteSubWiki(setup);
......
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