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:
parent
b4eb1781ac
commit
e73091a618
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue