Index: unk/java-utils-test/src/test/java/de/ugoe/cs/util/TestAll.java
===================================================================
--- /trunk/java-utils-test/src/test/java/de/ugoe/cs/util/TestAll.java	(revision 766)
+++ 	(revision )
@@ -1,27 +1,0 @@
-package de.ugoe.cs.util;
-
-import org.junit.runner.JUnitCore;
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-/**
- * The class <code>TestAll</code> builds a suite that can be used to run all
- * of the tests within its package as well as within any subpackages of its
- * package.
- *
- * @author Steffen Herbold
- * @version 1.0
- */
-@RunWith(Suite.class)
-@Suite.SuiteClasses({
-	StringToolsTest.class,
-	FileToolsTest.class,
-	ArrayToolsTest.class,
-	de.ugoe.cs.util.console.TestAll.class
-})
-public class TestAll {
-
-	public static void main(String[] args) {
-		JUnitCore.runClasses(new Class[] { TestAll.class });
-	}
-}
Index: unk/java-utils-test/src/test/java/de/ugoe/cs/util/console/TestAll.java
===================================================================
--- /trunk/java-utils-test/src/test/java/de/ugoe/cs/util/console/TestAll.java	(revision 766)
+++ 	(revision )
@@ -1,29 +1,0 @@
-package de.ugoe.cs.util.console;
-
-import org.junit.runner.JUnitCore;
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-/**
- * The class <code>TestAll</code> builds a suite that can be used to run all
- * of the tests within its package as well as within any subpackages of its
- * package.
- *
- * @author Steffen Herbold
- * @version 1.0
- */
-@RunWith(Suite.class)
-@Suite.SuiteClasses({
-	CommandParserTest.class,
-	FileOutputListenerTest.class,
-	TextConsoleTest.class,
-	ConsoleTest.class,
-	CommandExecuterTest.class,
-	de.ugoe.cs.util.console.defaultcommands.TestAll.class
-})
-public class TestAll {
-
-	public static void main(String[] args) {
-		JUnitCore.runClasses(new Class[] { TestAll.class });
-	}
-}
Index: unk/java-utils-test/src/test/java/de/ugoe/cs/util/console/defaultcommands/TestAll.java
===================================================================
--- /trunk/java-utils-test/src/test/java/de/ugoe/cs/util/console/defaultcommands/TestAll.java	(revision 766)
+++ 	(revision )
@@ -1,25 +1,0 @@
-package de.ugoe.cs.util.console.defaultcommands;
-
-import org.junit.runner.JUnitCore;
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-/**
- * The class <code>TestAll</code> builds a suite that can be used to run all of
- * the tests within its package as well as within any subpackages of its
- * package.
- * 
- * @author Steffen Herbold
- * @version 1.0
- */
-@RunWith(Suite.class)
-@Suite.SuiteClasses({
-	CMDexecTest.class,
-	CMDexitTest.class
-})
-public class TestAll {
-
-	public static void main(String[] args) {
-		JUnitCore.runClasses(new Class[] { TestAll.class });
-	}
-}
