Removed desktop path detection. Was too ugly and unreliable.
[svjatoslav_commons.git] / src / test / java / eu / svjatoslav / commons / file / CommonPathResolverTest.java
diff --git a/src/test/java/eu/svjatoslav/commons/file/CommonPathResolverTest.java b/src/test/java/eu/svjatoslav/commons/file/CommonPathResolverTest.java
deleted file mode 100755 (executable)
index ad75885..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Svjatoslav Commons - shared library of common functionality. Author: Svjatoslav Agejenko.
- * This project is released under Creative Commons Zero (CC0) license.
- */
-package eu.svjatoslav.commons.file;
-
-import org.junit.Test;
-
-public class CommonPathResolverTest {
-
-    @Test
-    public final void testGetDesktopDirectory() {
-        System.out.println(CommonPathResolver.getDesktopDirectory());
-    }
-
-    @Test
-    public final void testGetHomeDirectory() {
-        System.out.println(CommonPathResolver.getHomeDirectory());
-    }
-
-}