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 / +2 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[] {
Lines 12445-12451 Link Here
12445
		IProject project = javaProject.getProject();
12446
		IProject project = javaProject.getProject();
12446
		project.close(null);
12447
		project.close(null);
12447
		waitUntilIndexesReady();
12448
		waitUntilIndexesReady();
12448
		
12449
		Thread.sleep(1000);	// necessary for filesystems with timestamps only upto seconds (eg. Mac)
12449
		// Open project and modify the external jar file content
12450
		// Open project and modify the external jar file content
12450
		Util.createJar(
12451
		Util.createJar(
12451
			new String[] {
12452
			new String[] {

Return to bug 331770