Author: vrubezhny
Date: 2009-08-06 07:35:59 -0400 (Thu, 06 Aug 2009)
New Revision: 16978
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/ca/SeamELContentAssistTestCase.java
Log:
JBIDE-4660: Update and correct the CA-related JUnit tests after the new-style CA is
applied.
Test project data for SeamUiAllTests JUnit Test suite is updated to suite the new-style CA
requirements:
SeamELContentAssistTestCase.testMessages test case is fixed
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/ca/SeamELContentAssistTestCase.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/ca/SeamELContentAssistTestCase.java 2009-08-06
10:41:50 UTC (rev 16977)
+++
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/ca/SeamELContentAssistTestCase.java 2009-08-06
11:35:59 UTC (rev 16978)
@@ -277,7 +277,7 @@
*/
public void testMessages() {
assertTrue("Test project \"" + PROJECT_NAME + "\" is not
loaded", (project != null));
- checkProposals("/WebContent/messages.xhtml", 494, new
String[]{"messages.Text1", "messages.Text2"}, true);
+ checkProposals("/WebContent/messages.xhtml", 494, new
String[]{"messages.Text1", "messages.Text2"}, false); // exactly ==
false, because of current attribute value is also in the proposals list
}
/**
Show replies by date