Author: scabanovich
Date: 2007-12-14 07:45:08 -0500 (Fri, 14 Dec 2007)
New Revision: 5309
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/ScannerTest.java
Log:
JBIDE-1374
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 2007-12-14
12:44:49 UTC (rev 5308)
+++
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/ScannerTest.java 2007-12-14
12:45:08 UTC (rev 5309)
@@ -495,4 +495,10 @@
assertTrue("Prompting has to contain 'payment' property for
'#{myUser.' seed", list.contains("payment"));
}
+ public void testInnerClass_JBIDE_1374() {
+ ISeamProject seamProject = getSeamProject();
+ ISeamComponent c = seamProject.getComponent("inner_JBIDE_1374");
+ assertTrue("Component inner_JBIDE_1374 declared in inner static class is not
found.", c != null);
+ }
+
}
Show replies by date