From bd759a706c50bbe0887cbd62ad688cafda3b2318 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Fri, 1 Aug 2014 13:19:00 +0200 Subject: Fixed typo --- src/instrumentationTest/de/test/antennapod/util/URLCheckerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/instrumentationTest/de/test') diff --git a/src/instrumentationTest/de/test/antennapod/util/URLCheckerTest.java b/src/instrumentationTest/de/test/antennapod/util/URLCheckerTest.java index 91e5d966f..08fd0d486 100644 --- a/src/instrumentationTest/de/test/antennapod/util/URLCheckerTest.java +++ b/src/instrumentationTest/de/test/antennapod/util/URLCheckerTest.java @@ -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); -- cgit v1.2.3