Fixed typo
This commit is contained in:
parent
18372a4d9b
commit
bd759a706c
|
@ -38,7 +38,7 @@ public class URLCheckerTest extends AndroidTestCase {
|
||||||
assertEquals("http://example.com", out);
|
assertEquals("http://example.com", out);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testItcpProtocol() {
|
public void testItpcProtocol() {
|
||||||
final String in = "itpc://example.com";
|
final String in = "itpc://example.com";
|
||||||
final String out = URLChecker.prepareURL(in);
|
final String out = URLChecker.prepareURL(in);
|
||||||
assertEquals("http://example.com", out);
|
assertEquals("http://example.com", out);
|
||||||
|
|
Loading…
Reference in New Issue