Author: scabanovich
Date: 2010-11-18 11:28:11 -0500 (Thu, 18 Nov 2010)
New Revision: 26719
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/ScannerTest.java
Log:
JBIDE-7616
https://jira.jboss.org/browse/JBIDE-7616
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 2010-11-18
16:14:22 UTC (rev 26718)
+++
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/ScannerTest.java 2010-11-18
16:28:11 UTC (rev 26719)
@@ -553,6 +553,7 @@
assertTrue("Cannot find Rabbit among all animals, import 'animal.tame' is
ignored", vs != null && !vs.isEmpty());
c = seamProject.getComponent("animals.wild");
+ d = c.getJavaDeclaration();
vs = d.getVariablesByName("Hare");
assertTrue("Cannot find Hare among wild animals, import 'animal.wild' is
ignored", vs != null && !vs.isEmpty());