View | Details | Raw Unified | Return to bug 331770 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (+1 lines)
Lines 12390-12395 Link Here
12390
		waitUntilIndexesReady();
12390
		waitUntilIndexesReady();
12391
		project.close(null);
12391
		project.close(null);
12392
		deleteExternalFile(libPath);
12392
		deleteExternalFile(libPath);
12393
		Thread.sleep(1000);	// necessary for filesystems with timestamps only upto seconds (eg. Mac)
12393
		// Open project and recreate external jar file
12394
		// Open project and recreate external jar file
12394
		Util.createJar(
12395
		Util.createJar(
12395
			new String[] {
12396
			new String[] {

Return to bug 331770