Skip to content

Commit

Permalink
XWIKI-22625: TestUtils#getURL doesn't take the wiki into account
Browse files Browse the repository at this point in the history
  * Remove Unstable
  • Loading branch information
surli committed Oct 31, 2024
1 parent 27fc330 commit 71c8caa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
import org.xwiki.rest.resources.objects.ObjectsResource;
import org.xwiki.rest.resources.pages.PageResource;
import org.xwiki.rest.resources.pages.PageTranslationResource;
import org.xwiki.stability.Unstable;
import org.xwiki.test.integration.XWikiExecutor;
import org.xwiki.test.ui.po.BasePage;
import org.xwiki.test.ui.po.ViewPage;
Expand Down Expand Up @@ -1386,7 +1385,6 @@ public String getURL(String action, String[] path, String queryString, String fr
* @since 15.10.14
* @since 16.4.6
*/
@Unstable
public String getURL(String wikiName, String action, String[] path, String queryString, String fragment)
{
StringBuilder builder = new StringBuilder(getBaseBinURL(wikiName));
Expand Down

0 comments on commit 71c8caa

Please sign in to comment.