From fb6ae7ff0528ff60a561d4eab00e55ad7acf3a2b Mon Sep 17 00:00:00 2001 From: koem Date: Mon, 18 Mar 2013 16:22:48 +1300 Subject: Fixes #2538 - German Umlauts in image caption and description changes: * post requests are done with UTF-8 now * deleted conversion of non latin characters * deleted corresponding test method and class --- tests/src/cgeo/geocaching/utils/HtmlUtilsTest.java | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/src/cgeo/geocaching/utils/HtmlUtilsTest.java (limited to 'tests/src/cgeo/geocaching/utils/HtmlUtilsTest.java') diff --git a/tests/src/cgeo/geocaching/utils/HtmlUtilsTest.java b/tests/src/cgeo/geocaching/utils/HtmlUtilsTest.java deleted file mode 100644 index 52b816e..0000000 --- a/tests/src/cgeo/geocaching/utils/HtmlUtilsTest.java +++ /dev/null @@ -1,11 +0,0 @@ -package cgeo.geocaching.utils; - -import junit.framework.TestCase; - -public class HtmlUtilsTest extends TestCase { - - public static void testNonLatinCharConv() { - final String res = HtmlUtils.convertNonLatinCharactersToHTML("abcΦςቡぢれ"); - assertEquals("abcΦςቡぢれ", res); - } -} -- cgit v1.1