Author: scabanovich
Date: 2008-04-15 09:43:40 -0400 (Tue, 15 Apr 2008)
New Revision: 7532
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/ScannerTest.java
Log:
JBIDE-2052 Test
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/ScannerTest.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/ScannerTest.java 2008-04-15
12:57:49 UTC (rev 7531)
+++
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/ScannerTest.java 2008-04-15
13:43:40 UTC (rev 7532)
@@ -485,6 +485,14 @@
ISeamComponent c = seamProject.getComponent("inner_JBIDE_1374");
assertTrue("Component inner_JBIDE_1374 declared in inner static class is not
found.", c != null);
}
+
+ public void testInstallWithoutPrecedence_JBIDE_2052() {
+ ISeamProject seamProject = getSeamProject();
+ ISeamComponent c =
seamProject.getComponent("installWithoutPrecedence_JBIDE_2052");
+ // actually, exception may happen in building Seam project
+ assertNotNull("Component installWithoutPrecedence_JBIDE_2052 declared in class
annotated with @Install(false) is not found.", c);
+
+ }
@Override
protected void tearDown() throws Exception {
Show replies by date