Fixed typo

This commit is contained in:
daniel oeh 2014-08-01 13:19:00 +02:00
parent 18372a4d9b
commit bd759a706c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class URLCheckerTest extends AndroidTestCase {
assertEquals("http://example.com", out);
}
public void testItcpProtocol() {
public void testItpcProtocol() {
final String in = "itpc://example.com";
final String out = URLChecker.prepareURL(in);
assertEquals("http://example.com", out);