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

Collapse All | Expand All

(-)a/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (-1 / +2 lines)
Lines 402-408 public void testAddZIPArchive6() throws Exception { Link Here
402
 * the project.
402
 * the project.
403
 * (Regression test for PR #1G58NB8)
403
 * (Regression test for PR #1G58NB8)
404
 */
404
 */
405
public void testAddNonJavaResourcePackageFragmentRoot() throws JavaModelException, CoreException {
405
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=423280.
406
public void _testAddNonJavaResourcePackageFragmentRoot() throws JavaModelException, CoreException {
406
	// get resources of source package fragment root at project level
407
	// get resources of source package fragment root at project level
407
	IPackageFragmentRoot root = getPackageFragmentRoot("JavaProjectTests", "");
408
	IPackageFragmentRoot root = getPackageFragmentRoot("JavaProjectTests", "");
408
	Object[] resources = root.getNonJavaResources();
409
	Object[] resources = root.getNonJavaResources();

Return to bug 423280