From e73091a618162d43dc6701a39668878aa0da5a73 Mon Sep 17 00:00:00 2001 From: Pawel Piech Date: Sat, 9 Jan 2010 00:58:09 +0000 Subject: Fixed test method name. --- .../org/eclipse/cdt/tests/dsf/breakpoints/BreakpointMediatorTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dsf/org.eclipse.cdt.tests.dsf') 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); -- cgit v1.2.3