Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix random failing IProjectTest.*OutOfSync eclipse-platform#422
The *OutOfSync tests in IProjectTest create files in the file system and assume them to be unsynchronized with the workspace. A concurrent execution of the background refresh job can, however, lead to a synchronized state of the resources in the workspace. With this change, a potentially pending refresh is processed before creating the file in the file system, such that its state may not concurrently change.
- Loading branch information