Author: akazakov
Date: 2008-06-25 09:40:26 -0400 (Wed, 25 Jun 2008)
New Revision: 8940
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamValidatorsTest.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-2429
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamValidatorsTest.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamValidatorsTest.java 2008-06-25
12:18:49 UTC (rev 8939)
+++
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamValidatorsTest.java 2008-06-25
13:40:26 UTC (rev 8940)
@@ -285,7 +285,7 @@
assertFalse("Problem marker 'Component class does not contain setter for
property' not found' not found' not found", number == 0);
messages = getMarkersMessage(componentsFile);
- assertTrue("Problem marker 'Component class does not have a setter or a field
for the property' not found", "Class \"StatefulComponent\" of
component \"statefulComponent\" does not have a setter or a field for the
property \"abc\"".equals(messages[0]));
+ assertEquals("Problem marker 'Component class does not have a setter or a
field for the property' not found", "Class \"StatefulComponent\"
of component \"statefulComponent\" does not have a setter or a field for the
property \"abc\"", messages[0]);
lineNumbers = getMarkersNumbersOfLine(componentsFile);