### 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.13.6.2 diff -u -r1.13.6.2 FullSourceWorkspaceTypeHierarchyTests.java --- src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTypeHierarchyTests.java 11 Feb 2010 17:13:43 -0000 1.13.6.2 +++ src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTypeHierarchyTests.java 21 Apr 2010 18:31:08 -0000 @@ -40,7 +40,7 @@ } static { -// TESTS_NAMES = new String[] { "testPerfClassWithPotentialSubinterfaces" }; + TESTS_NAMES = new String[] { "testPerSuperTypes" }; } public static Test suite() { Test suite = buildSuite(testClass()); @@ -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