diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/TestMIBreakInsertCommand.java b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/TestMIBreakInsertCommand.java index d12153056ab..bfc57b3e299 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/TestMIBreakInsertCommand.java +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/TestMIBreakInsertCommand.java @@ -29,16 +29,6 @@ import org.junit.Test; */ public class TestMIBreakInsertCommand { - @Test - public void pathShouldNotContainDoubleBackSlashes() { - MIBreakInsert target = new MIBreakInsert(new TestContext(), false, - false, null, 1, "c:\\test\\this\\path:14", 4, false); - - assertEquals("Wrong syntax for command", - "-break-insert -i 1 -p 4 c:\\test\\this\\path:14\n", target - .constructCommand()); - } - @Test public void pathWithSlashesShouldNotBeSubstituted() { MIBreakInsert target = new MIBreakInsert(new TestContext(), false,