### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core.tests.performance Index: src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTypeHierarchyTests.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.performance/src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTypeHierarchyTests.java,v retrieving revision 1.15 diff -u -r1.15 FullSourceWorkspaceTypeHierarchyTests.java --- src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTypeHierarchyTests.java 11 Feb 2010 17:16:16 -0000 1.15 +++ src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTypeHierarchyTests.java 21 Apr 2010 18:21:30 -0000 @@ -154,15 +154,13 @@ // Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=301438 public void testPerSuperTypes() throws CoreException { - tagAsSummary("Type hierarchy", true); // put in fingerprint - ICompilationUnit unit = getCompilationUnit("org.eclipse.jdt.core", "org.eclipse.jdt.internal.compiler.parser", "Parser.java"); - assertNotNull("Parser not found!", unit); + assertNotNull("Parser not found!", PARSER_WORKING_COPY); // Warm up - for (int i=0; i