[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6384) Clean up JstJspAllTests form tests that actuallytests functionality injected by client plugins

Denis Golovin (JIRA) jira-events at lists.jboss.org
Thu May 27 20:00:08 EDT 2010


Clean up JstJspAllTests form tests that actuallytests functionality injected by client plugins
----------------------------------------------------------------------------------------------

                 Key: JBIDE-6384
                 URL: https://jira.jboss.org/browse/JBIDE-6384
             Project: Tools (JBoss Tools)
          Issue Type: Task
          Components: testing
    Affects Versions: 3.2.0.M1
            Reporter: Denis Golovin
            Assignee: Denis Golovin
             Fix For: 3.2.0.M1


Example:
JstJspJbide1759Test fails in tycho build because o.j.t.jsf plug-in is not declared as dependency of jst.jsp.tests plug-in.JstJspJbide1759Test tests actually functionality provided by o.j.t.jsf through extension points. 
Tests that should be moved down along the hierarchy to jsf, seam or even vpe components are:
	suite.addTestSuite(CAForUnclosedELTest.class);
	suite.addTestSuite(CAForCompositeComponentTest.class);
	suite.addTestSuite(MissingKBBuilderTest.class);
	suite.addTestSuite(JsfJspJbide1807Test.class);
	suite.addTestSuite(CAForIDTest.class);
	suite.addTestSuite(JsfJspJbide1813Test.class);
	suite.addTestSuite(JstJspJbide1759Test.class);
	suite.addTestSuite(JsfJspJbide2437Test.class);
	suite.addTestSuite(JsfJspJbide2016Test.class);
	suite.addTestSuite(CAForELinStyleTest.class);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list