1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, intermittent

tweak to test with Hudson build
This commit is contained in:
Andrew Gvozdev 2010-05-09 17:37:03 +00:00
parent 690f511f36
commit bb41d115e7

View file

@ -540,9 +540,9 @@ public class ResourceHelper {
} catch (InterruptedException e) {
}
project.refreshLocal(IResource.DEPTH_INFINITE, null);
IResource resource = project.getFile(linkName);
resource.refreshLocal(IResource.DEPTH_ZERO, null);
if (!resource.exists()) {
resource = project.getFolder(linkName);
}