1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

Fixed test method name.

This commit is contained in:
Pawel Piech 2010-01-09 00:58:09 +00:00
parent b4eb1781ac
commit e73091a618

View file

@ -166,7 +166,7 @@ public class BreakpointMediatorTests {
}
@Test
public void singleServiceTest() throws Exception {
public void proofOfConceptTest() throws Exception {
ServiceEventWaitor<BreakpointsAddedEvent> waitor = new ServiceEventWaitor<BreakpointsAddedEvent>(fSession, BreakpointsAddedEvent.class);