mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, intermittent
tweak to test with Hudson build
This commit is contained in:
parent
690f511f36
commit
bb41d115e7
1 changed files with 2 additions and 2 deletions
|
@ -540,9 +540,9 @@ public class ResourceHelper {
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
}
|
}
|
||||||
|
|
||||||
project.refreshLocal(IResource.DEPTH_INFINITE, null);
|
|
||||||
|
|
||||||
IResource resource = project.getFile(linkName);
|
IResource resource = project.getFile(linkName);
|
||||||
|
resource.refreshLocal(IResource.DEPTH_ZERO, null);
|
||||||
|
|
||||||
if (!resource.exists()) {
|
if (!resource.exists()) {
|
||||||
resource = project.getFolder(linkName);
|
resource = project.getFolder(linkName);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue