[exo-jcr-commits] exo-jcr SVN: r5492 - jcr/branches/1.15.x/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/usecases/action.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jan 23 02:59:45 EST 2012


Author: andrew.plotnikov
Date: 2012-01-23 02:59:44 -0500 (Mon, 23 Jan 2012)
New Revision: 5492

Modified:
   jcr/branches/1.15.x/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/usecases/action/TestSessionActionCatalog.java
Log:
EXOJCR-146: Allowed to specify properties to an Extension Action

Modified: jcr/branches/1.15.x/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/usecases/action/TestSessionActionCatalog.java
===================================================================
--- jcr/branches/1.15.x/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/usecases/action/TestSessionActionCatalog.java	2012-01-20 15:48:48 UTC (rev 5491)
+++ jcr/branches/1.15.x/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/usecases/action/TestSessionActionCatalog.java	2012-01-23 07:59:44 UTC (rev 5492)
@@ -30,9 +30,9 @@
 import org.exoplatform.services.jcr.impl.core.PropertyImpl;
 import org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration;
 import org.exoplatform.services.jcr.impl.ext.action.AddActionsPlugin;
+import org.exoplatform.services.jcr.impl.ext.action.AddActionsPlugin.ActionsConfig;
 import org.exoplatform.services.jcr.impl.ext.action.SessionActionCatalog;
 import org.exoplatform.services.jcr.impl.ext.action.SessionEventMatcher;
-import org.exoplatform.services.jcr.impl.ext.action.AddActionsPlugin.ActionsConfig;
 import org.exoplatform.services.jcr.observation.ExtendedEvent;
 import org.exoplatform.services.jcr.usecases.BaseUsecasesTest;
 
@@ -281,7 +281,7 @@
    {
       ActionConfiguration ac =
          new ActionConfiguration("org.exoplatform.services.jcr.usecases.action.DummyAction", "addNode,addProperty",
-            "/test,/exo:test1", true, null, "nt:base");
+            "/test,/exo:test1", true, null, "nt:base", null);
       List actionsList = new ArrayList();
       ActionsConfig actions = new ActionsConfig();
       actions.setActions(actionsList);



More information about the exo-jcr-commits mailing list