Author: vrubezhny
Date: 2009-05-20 10:26:50 -0400 (Wed, 20 May 2009)
New Revision: 15364
Modified:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/JsfJspJbide1813Test.java
Log:
JBIDE-4341: JstJspAllTests/testJsfJspJbide1813Test failing with missing applicationScope
in completions
The EL-proposals are removed from the list of proposals to test.
Modified:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/JsfJspJbide1813Test.java
===================================================================
---
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/JsfJspJbide1813Test.java 2009-05-20
13:47:10 UTC (rev 15363)
+++
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/JsfJspJbide1813Test.java 2009-05-20
14:26:50 UTC (rev 15364)
@@ -20,20 +20,13 @@
}
public void testJsfJspJbide1813Test(){
+
+ // JBIDE-4341: the EL proposals are not to be returned (and tested) here anymore.
+ // The EL-proposals are removed from the test-list.
+ //
String[] proposals={
"ltr",
"rtl",
- "#{applicationScope}",
- "#{cookie}",
- "#{facesContext}",
- "#{header}",
- "#{headerValues}",
- "#{initParam}",
- "#{param}",
- "#{paramValues}",
- "#{requestScope}",
- "#{sessionScope}",
- "#{view}"
};
checkProposals(PAGE_NAME, "dir=\"\"", 5, proposals, true);
Show replies by date