Author: scabanovich
Date: 2010-11-16 11:39:11 -0500 (Tue, 16 Nov 2010)
New Revision: 26628
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamEARTest.java
Log:
JBIDE-7615
https://jira.jboss.org/browse/JBIDE-7615
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamEARTest.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamEARTest.java 2010-11-16
16:27:02 UTC (rev 26627)
+++
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamEARTest.java 2010-11-16
16:39:11 UTC (rev 26628)
@@ -86,8 +86,6 @@
c = seamProject.getComponent("org.jboss.seam.core.interpolator");
assertNotNull("War project must see component
'org.jboss.seam.core.interpolator' declared in ejb project", c);
- c = seamProject.getComponent("org.jboss.seam.security.credentials");
- assertNotNull("War project must see component
'org.jboss.seam.security.credentials' declared in ejb project", c);
}
/**