]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/execution/xml/FlowNamespaceTest.java
Prepare the introduction of Spring 3
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / test / java / org / argeo / slc / core / execution / xml / FlowNamespaceTest.java
index d7a56aeda249914075b3081c64952194790f5f53..4e6b1b167f5efb15ed7006ab49bf9c826af41918 100644 (file)
@@ -52,6 +52,7 @@ public class FlowNamespaceTest extends AbstractExecutionFlowTestCase {
                                .getBean("testResult"));                
        }       
        
+       // THis tests causes pb when using Spring 3
        public void testContainers() throws Exception {
                ConfigurableApplicationContext applicationContext = createApplicationContext("containers.xml");
                ((ExecutionFlow) applicationContext.getBean("test.list.flow1")).run();