Version 1.3.1: new Version class
[nikiroo-utils.git] / src / be / nikiroo / utils / test / IOUtilsTest.java
index 50469400f87e7746aabcbe1ec53a50749a5c8f69..c62d44d3603624fc7407ab6bf5d6e691a194fd51 100644 (file)
@@ -4,8 +4,7 @@ import java.io.InputStream;
 
 import be.nikiroo.utils.IOUtils;
 
-public class IOUtilsTest extends TestLauncher {
-
+class IOUtilsTest extends TestLauncher {
        public IOUtilsTest(String[] args) {
                super("IOUtils test", args);
 
@@ -19,13 +18,5 @@ public class IOUtilsTest extends TestLauncher {
                                in.close();
                        }
                });
-
-               addTest(new TestCase("getVersion") {
-                       @Override
-                       public void test() throws Exception {
-                               assertNotNull("The VERSION is not defined",
-                                               IOUtils.getVersion());
-                       }
-               });
        }
 }