diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-08-01 13:19:00 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-08-01 13:19:00 +0200 |
commit | bd759a706c50bbe0887cbd62ad688cafda3b2318 (patch) | |
tree | 6d8fec3811e44afada5f502322f6a53c7d50214b /src/instrumentationTest | |
parent | 18372a4d9b04e560141b6da180341993a97ec98e (diff) | |
download | AntennaPod-bd759a706c50bbe0887cbd62ad688cafda3b2318.zip |
Fixed typo
Diffstat (limited to 'src/instrumentationTest')
-rw-r--r-- | src/instrumentationTest/de/test/antennapod/util/URLCheckerTest.java | 2 |
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); |