X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Futils%2Ftest%2FIOUtilsTest.java;h=c62d44d3603624fc7407ab6bf5d6e691a194fd51;hp=50469400f87e7746aabcbe1ec53a50749a5c8f69;hb=32ae20790403c7bce40bf278db8ca0258623945c;hpb=16d593780fa5a4c39cc36b29382da610eae951da diff --git a/src/be/nikiroo/utils/test/IOUtilsTest.java b/src/be/nikiroo/utils/test/IOUtilsTest.java index 5046940..c62d44d 100644 --- a/src/be/nikiroo/utils/test/IOUtilsTest.java +++ b/src/be/nikiroo/utils/test/IOUtilsTest.java @@ -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()); - } - }); } }