summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-08-01 13:19:00 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-08-01 13:19:00 +0200
commitbd759a706c50bbe0887cbd62ad688cafda3b2318 (patch)
tree6d8fec3811e44afada5f502322f6a53c7d50214b
parent18372a4d9b04e560141b6da180341993a97ec98e (diff)
downloadAntennaPod-bd759a706c50bbe0887cbd62ad688cafda3b2318.zip
Fixed typo
-rw-r--r--src/instrumentationTest/de/test/antennapod/util/URLCheckerTest.java2
1 files changed, 1 insertions, 1 deletions
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);