]
Victor Rubezhny resolved JBIDE-8873.
------------------------------------
Resolution: Done
Many tests in Seam component failed with the same error in tearDown()
method
----------------------------------------------------------------------------
Key: JBIDE-8873
URL:
https://issues.jboss.org/browse/JBIDE-8873
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing, Seam, testing
Affects Versions: 3.3.0.M1
Reporter: Victor Rubezhny
Assignee: Victor Rubezhny
Fix For: 3.3.0.M1
Some Seam component tests are throwing the Exceptions from tearDown() method (mostly on
ResourceException occuring while cleaning up the resources) even if the test itself
successfully pased.
This results in many failed tests which are actually non-failing.
For ecample:
org.eclipse.core.internal.resources.ResourceException: Problems encountered while
deleting resources.
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:800)
at org.eclipse.core.internal.resources.Project.delete(Project.java:352)
at
org.jboss.tools.seam.core.test.project.facet.AbstractSeamFacetTest.tearDown(AbstractSeamFacetTest.java:134)
at
org.jboss.tools.seam.core.test.project.facet.Seam2FacetInstallDelegateTest.tearDown(Seam2FacetInstallDelegateTest.java:93)
at
org.jboss.tools.seam.core.test.project.facet.Seam20XFacetTestSuite201GA$Seam2FacetInstallDelegateTestSetup.tearDown(Seam20XFacetTestSuite201GA.java:42)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: