Bug 3066 - TEST: HistoryStorePerformance not part of plugin.xml (1GF9YCU)
Summary: TEST: HistoryStorePerformance not part of plugin.xml (1GF9YCU)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jeff McAffer CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2001-10-10 22:48 EDT by Debbie Wilson CLA
Modified: 2001-11-23 16:38 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.