Bug 3066

Summary: TEST: HistoryStorePerformance not part of plugin.xml (1GF9YCU)
Product: [Eclipse Project] Platform Reporter: Debbie Wilson <debbie_wilson>
Component: ResourcesAssignee: Jeff McAffer <jeffmcaffer>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: test
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: Windows 2000   
Whiteboard:

Description Debbie Wilson CLA 2001-10-10 22:48:45 EDT
The resources test class usecase.HistoryStorePerformanceTest cannot be run
as there is no entry for it in the plugin.xml.  Add the following lines to the 
plugin.xml file:
    <test id="usecase.HistoryStorePerformanceTest">
      <run class="org.eclipse.core.tests.resources.usecase.HistoryStorePerformanceTest"/>
    </test>
Note:  I don't think this should be added to the AllTests suite.


NOTES:
Comment 1 DJ Houghton CLA 2001-10-24 06:42:59 EDT
PRODUCT VERSION:
0.122


Comment 2 Rodrigo Peretti CLA 2001-11-23 16:38:18 EST
Entry added to plugin.xml. Fixed.