diff --git a/dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/breakpoints/BreakpointMediatorTests.java b/dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/breakpoints/BreakpointMediatorTests.java index b8a91f7ce4f..75708fa23e8 100644 --- a/dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/breakpoints/BreakpointMediatorTests.java +++ b/dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/breakpoints/BreakpointMediatorTests.java @@ -166,7 +166,7 @@ public class BreakpointMediatorTests { } @Test - public void singleServiceTest() throws Exception { + public void proofOfConceptTest() throws Exception { ServiceEventWaitor waitor = new ServiceEventWaitor(fSession, BreakpointsAddedEvent.class);