Index: trunk/JavaHelperLibTest/src/de/ugoe/cs/util/console/CommandExecuterTest.java
===================================================================
--- trunk/JavaHelperLibTest/src/de/ugoe/cs/util/console/CommandExecuterTest.java	(revision 319)
+++ trunk/JavaHelperLibTest/src/de/ugoe/cs/util/console/CommandExecuterTest.java	(revision 321)
@@ -24,5 +24,5 @@
 
 	@Test(expected=java.security.InvalidParameterException.class)
-	public void testAddCommandPackage_fixtureInstance_2()
+	public void testAddCommandPackage_2()
 		throws Exception {
 		CommandExecuter fixture = CommandExecuter.getInstance();
@@ -89,19 +89,4 @@
 
 	@Test
-	public void testExec_5()
-		throws Exception {
-		CommandExecuter fixture = CommandExecuter.getInstance();
-		MockOutputListener mockListener = new MockOutputListener();
-		Console.getInstance().registerOutputListener(mockListener);
-		fixture.addCommandPackage("de.ugoe.cs.util.console.mock.commands");
-		String command = "mockCommanD";
-		String expected = "Did you mean mockCommand?" + System.getProperty("line.separator");
-		
-		fixture.exec(command);
-		
-		assertEquals(expected, mockListener.getSecondLastOutput());
-	}
-
-	@Test
 	public void testGetInstance_1()
 		throws Exception {
