From b1380c4a9f479de4fc456b6305bee57bc752ad03 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Sat, 11 Jul 2026 11:11:06 +0200 Subject: cleaned up user authentication this removes the userDB-exception in the normal authentication process which affected mostly wiki and blog which are not required any more. We also cleaned up translation messages as this function was not used at all. This is a required step forward a renovation of the jetty server. --- test/java/net/yacy/data/wiki/WikiCodeTest.java | 37 +++++++++++++------------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'test/java') diff --git a/test/java/net/yacy/data/wiki/WikiCodeTest.java b/test/java/net/yacy/data/wiki/WikiCodeTest.java index 8a1d69346..b221090f4 100644 --- a/test/java/net/yacy/data/wiki/WikiCodeTest.java +++ b/test/java/net/yacy/data/wiki/WikiCodeTest.java @@ -140,25 +140,24 @@ public class WikiCodeTest { * Test internal link markup processing */ @Test - public void testInternalLink() { - WikiCode wc = new WikiCode(); - - /* Link to another wiki article */ - String result = wc.transform("http://wiki:8080", "[[article]]"); - assertTrue(result.contains("renamed article<")); - - /* Multiple links on the same line */ - result = wc.transform("http://wiki:8080", "[[article1]] [[article2]]"); - assertTrue(result.contains("