back to dev, re-add the tests
authorNiki Roo <niki@nikiroo.be>
Fri, 12 Apr 2019 15:44:28 +0000 (17:44 +0200)
committerNiki Roo <niki@nikiroo.be>
Fri, 12 Apr 2019 15:44:28 +0000 (17:44 +0200)
VERSION
src/be/nikiroo/utils/test/Test.java

diff --git a/VERSION b/VERSION
index 8ac28bf9f0f0ea8466032de41a817507691422db..f4bf7b7b39533c077f73eecd437aabdfcad2eb9a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.6.1
+4.6.1-dev
index b15fd87ac21e8bfa72c1a89e9f168c16ad9ee9d9..02c49959236a83326386a894f7523c0ac751b906 100644 (file)
@@ -22,18 +22,14 @@ public class Test extends TestLauncher {
        public Test(String[] args) {
                super("Nikiroo-utils", args);
 
-               /*
                addSeries(new ProgressTest(args));
                addSeries(new BundleTest(args));
                addSeries(new IOUtilsTest(args));
                addSeries(new VersionTest(args));
                addSeries(new SerialTest(args));
                addSeries(new SerialServerTest(args));
-               */
                addSeries(new StringUtilsTest(args));
-               /*
                addSeries(new TempFilesTest(args));
-               */
                
                // TODO: test cache and downloader
                Cache cache = null;