Author: dazarov
Date: 2010-02-11 07:04:01 -0500 (Thu, 11 Feb 2010)
New Revision: 20238
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/test/ELExprPartitionerTest.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-5778
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/test/ELExprPartitionerTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/test/ELExprPartitionerTest.java 2010-02-11
09:33:28 UTC (rev 20237)
+++
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/test/ELExprPartitionerTest.java 2010-02-11
12:04:01 UTC (rev 20238)
@@ -137,13 +137,16 @@
recognitionTest.put("org.jboss.tools.seam.text.ext.SEAM_BEAN", regionList);
regionList = new ArrayList<Region>();
-
regionList.add(new Region(859, 11));
- //regionList.add(new Region(870, 16));
+ regionList.add(new Region(870, 16));
regionList.add(new Region(886, 1));
recognitionTest.put("org.jboss.tools.common.text.ext.jsp.JSP_EXPRESSION",
regionList);
+// regionList = new ArrayList<Region>();
+// regionList.add(new Region(870, 16));
+// recognitionTest.put("org.eclipse.jst.jsp.SCRIPT.JSP_EL2", regionList);
+
regionList = new ArrayList<Region>();
regionList.add(new Region(859, 11));
regionList.add(new Region(871, 16));
@@ -213,7 +216,7 @@
}
}
- assertEquals("Wrong recognized region count: ", 131, counter);
+ assertEquals("Wrong recognized region count: ", 132, counter);
model.releaseFromEdit();