mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +08:00
Remove outdated test
This commit is contained in:
parent
0bcd3101ad
commit
4b5b09164f
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user