mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed a bogus test failure.
This commit is contained in:
parent
849c54b2c3
commit
22a089aca4
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ public class IndexIncludeTest extends IndexTestBase {
|
|||
ResourcesPlugin.getWorkspace().run(new IWorkspaceRunnable() {
|
||||
public void run(IProgressMonitor monitor) throws CoreException {
|
||||
h1.setContents(new ByteArrayInputStream(h1Contents.toString().getBytes()), false, false, npm());
|
||||
h1.setLocalTimeStamp(t2 + 1000);
|
||||
h1.setLocalTimeStamp(t2 + 2000);
|
||||
}
|
||||
}, npm());
|
||||
waitForIndexer();
|
||||
|
|
Loading…
Add table
Reference in a new issue