Remove outdated test

This commit is contained in:
Alexey Andreev 2022-03-25 15:52:39 +03:00
parent 0bcd3101ad
commit 4b5b09164f

View File

@ -31,12 +31,6 @@ import org.teavm.junit.WholeClassCompilation;
@WholeClassCompilation
public class URLDecoderTest {
@Test
public void test_Constructor() {
URLDecoder ud = new URLDecoder();
assertNotNull("Constructor failed.", ud);
}
@Test
public void test_decodeLjava_lang_String() {
final String url = "http://localhost.";