X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Ftest%2FTest.java;h=5ec24a43b1b6a0eee8ba68991c9b2fe9d86c2c7b;hb=8831d290121e3a77f535ce06d61968a26ccf172a;hp=2eaeff061642d0e5e4e833efc384ed7077399df2;hpb=92fb0719f84f5b6734b51e528332546d78e9ccec;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/test/Test.java b/src/be/nikiroo/fanfix/test/Test.java deleted file mode 100644 index 2eaeff0..0000000 --- a/src/be/nikiroo/fanfix/test/Test.java +++ /dev/null @@ -1,24 +0,0 @@ -package be.nikiroo.fanfix.test; - -import be.nikiroo.utils.test.TestLauncher; - -/** - * Tests for Fanfix. - * - * @author niki - */ -public class Test extends TestLauncher { - public Test(String[] args) { - super("Fanfix (empty: all tests were moved to nikiroo-utils...)", args); - } - - /** - * Main entry point of the program. - * - * @param args - * the arguments passed to the {@link TestLauncher}s. - */ - static public void main(String[] args) { - System.exit(new Test(args).launch()); - } -}