mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Remove outdated test
This commit is contained in:
parent
0bcd3101ad
commit
4b5b09164f
|
@ -31,12 +31,6 @@ import org.teavm.junit.WholeClassCompilation;
|
||||||
@WholeClassCompilation
|
@WholeClassCompilation
|
||||||
public class URLDecoderTest {
|
public class URLDecoderTest {
|
||||||
|
|
||||||
@Test
|
|
||||||
public void test_Constructor() {
|
|
||||||
URLDecoder ud = new URLDecoder();
|
|
||||||
assertNotNull("Constructor failed.", ud);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void test_decodeLjava_lang_String() {
|
public void test_decodeLjava_lang_String() {
|
||||||
final String url = "http://localhost.";
|
final String url = "http://localhost.";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user