aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/src/cgeo/geocaching/utils/FileUtilsTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/utils/FileUtilsTest.java b/tests/src/cgeo/geocaching/utils/FileUtilsTest.java
index 4522700..65638e1 100644
--- a/tests/src/cgeo/geocaching/utils/FileUtilsTest.java
+++ b/tests/src/cgeo/geocaching/utils/FileUtilsTest.java
@@ -31,7 +31,7 @@ public class FileUtilsTest extends TestCase {
}
}
- public void testFileUrl() {
+ public static void testFileUrl() {
assertThat(FileUtils.isFileUrl("file:///tmp/foo/bar")).isTrue();
assertThat(FileUtils.isFileUrl("http://www.google.com")).isFalse();
assertThat(FileUtils.fileToUrl(new File("/tmp/foo/bar"))).isEqualTo("file:///tmp/foo/bar");