1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00

Bug 334650: [tests] JUnit test can cause deadlock

This commit is contained in:
Marc Khouzam 2011-01-18 14:54:14 +00:00
parent 29aa387fa2
commit 3995cfd1a6

View file

@ -43,6 +43,11 @@ public class TestLaunchDelegate extends GdbLaunchDelegate
return false;
}
@Override
public boolean preLaunchCheck(ILaunchConfiguration config, String mode, IProgressMonitor monitor) throws CoreException {
return true;
}
@Override
public boolean finalLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) throws CoreException {
return true;