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

Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java (-1 / +1 lines)
Lines 391-397 Link Here
391
		IJavaSearchScope scope = SearchEngine.createJavaSearchScope(new IJavaElement[] {project}, IJavaSearchScope.APPLICATION_LIBRARIES);
391
		IJavaSearchScope scope = SearchEngine.createJavaSearchScope(new IJavaElement[] {project}, IJavaSearchScope.APPLICATION_LIBRARIES);
392
		assertScopeEquals(
392
		assertScopeEquals(
393
			"JavaSearchScope on [\n" + 
393
			"JavaSearchScope on [\n" + 
394
			"	"+  getExternalJCLPath() +"\n" + 
394
			"	"+  getExternalJCLPath().toOSString() +"\n" + 
395
			"]",
395
			"]",
396
			scope);
396
			scope);
397
	} finally {
397
	} finally {

Return to bug 98378