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

Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (-2 / +1 lines)
Lines 899-907 Link Here
899
899
900
/*
900
/*
901
 * Ensures that changing an external library folder referenced by a library entry and refreshing triggers the correct delta
901
 * Ensures that changing an external library folder referenced by a library entry and refreshing triggers the correct delta
902
 * Disable as long as it is not more reliable see https://bugs.eclipse.org/bugs/show_bug.cgi?id=295619
903
 */
902
 */
904
public void _testChangeExternalLibFolder3() throws CoreException {
903
public void testChangeExternalLibFolder3() throws CoreException {
905
	try {
904
	try {
906
		createExternalFolder("externalLib/p");
905
		createExternalFolder("externalLib/p");
907
		createExternalFile("externalLib/p/X.class", "");
906
		createExternalFile("externalLib/p/X.class", "");

Return to bug 295619