From 9b88578be9ab317773b02638d5cee53c940ee719 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 6 Mar 2009 17:16:46 +0000 Subject: [PATCH] Solve pb with p-namespace git-svn-id: https://svn.argeo.org/slc/trunk@2238 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../slc/core/execution/ExecutionFlowTest.java | 2 +- .../org/argeo/slc/core/execution/canonic.xml | 31 ++++++++++++++----- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/runtime/org.argeo.slc.support.simple/src/test/java/org/argeo/slc/core/execution/ExecutionFlowTest.java b/runtime/org.argeo.slc.support.simple/src/test/java/org/argeo/slc/core/execution/ExecutionFlowTest.java index 5fdfb999e..baacc6dd9 100644 --- a/runtime/org.argeo.slc.support.simple/src/test/java/org/argeo/slc/core/execution/ExecutionFlowTest.java +++ b/runtime/org.argeo.slc.support.simple/src/test/java/org/argeo/slc/core/execution/ExecutionFlowTest.java @@ -16,7 +16,7 @@ public class ExecutionFlowTest extends AbstractSpringTestCase { public void testCanonic() throws Exception { configureAndExecuteSlcFlow("minimal.xml", "minimal"); // Parameter without default value in specification -// configureAndExecuteSlcFlow("canonic-001.xml", "canonic.001"); + configureAndExecuteSlcFlow("canonic-001.xml", "canonic.001"); // configureAndExecuteSlcFlow("canonic-002.xml", "canonic.002"); /* try { diff --git a/runtime/org.argeo.slc.support.simple/src/test/resources/org/argeo/slc/core/execution/canonic.xml b/runtime/org.argeo.slc.support.simple/src/test/resources/org/argeo/slc/core/execution/canonic.xml index b5d7d5d06..1ebf82977 100644 --- a/runtime/org.argeo.slc.support.simple/src/test/resources/org/argeo/slc/core/execution/canonic.xml +++ b/runtime/org.argeo.slc.support.simple/src/test/resources/org/argeo/slc/core/execution/canonic.xml @@ -7,25 +7,40 @@ http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-2.5.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd"> - + - + + + + - + + + + + - + + + + + + - + + + + + + + -- 2.39.2