Author: vrubezhny
Date: 2010-10-20 10:22:51 -0400 (Wed, 20 Oct 2010)
New Revision: 25946
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/ca/SeamELContentAssistTestCase.java
Log:
JBIDE-7201
SeamELContentAssist tests failures
SeamELContentAssisTestCase 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 2010-10-20
14:15:32 UTC (rev 25945)
+++
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/ca/SeamELContentAssistTestCase.java 2010-10-20
14:22:51 UTC (rev 25946)
@@ -78,14 +78,13 @@
"identity:addRole(arg0)",
"identity:authenticate",
"identity:authenticate()",
- "identity:authenticate(loginContext)",
"identity:authenticateMethod",
"identity:checkEntityPermission",
- "identity:checkEntityPermission(arg0, arg1)",
+ "identity:checkEntityPermission()",
"identity:checkPermission",
- "identity:checkPermission(name, action, arg)",
+ "identity:checkPermission()",
"identity:checkRestriction",
- "identity:checkRestriction(expr)",
+ "identity:checkRestriction()",
"identity:checkRole",
"identity:checkRole(role)",
"identity:clearDirty",
@@ -95,9 +94,9 @@
"identity:create",
"identity:create()",
"identity:hasPermission",
- "identity:hasPermission(name, action, arg)",
+ "identity:hasPermission()",
"identity:hasRole",
- "identity:hasRole(arg0)",
+ "identity:hasRole()",
"identity:jaasConfigName",
"identity:loggedIn",
"identity:login",
@@ -108,7 +107,7 @@
"identity:principal",
"identity:rememberMe",
"identity:removeRole",
- "identity:removeRole(arg0)",
+ "identity:removeRole()",
"identity:subject",
"identity:username",
"image",