Bug 3067 - TEST: MarkerSetTest not in plugin.xml (1GF9YGH)
Summary: TEST: MarkerSetTest not in plugin.xml (1GF9YGH)
Status: RESOLVED INVALID
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:39 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:47 EDT
The resources test class resources.MarkerSetTest and MarkerTest cannot be run as
they don't have an entry in the associated plugin.xml.  Add the following lines
to the plugin.xml file:

    <test id="resources.MarkerSetTest">
      <run class="org.eclipse.core.tests.resources.MarkerSetTest"/>
    </test>
    <test id="resources.MarkerTest">
      <run class="org.eclipse.core.tests.resources.MarkerTest"/>
    </test>

Perhaps these tests should be added to the AllTests suite?

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

Comment 2 Rodrigo Peretti CLA 2001-11-23 16:39:17 EST
It is already there. Closing.