]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionModuleDescriptorCastorTest.java
Implement ref spec
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.castor / src / test / java / org / argeo / slc / castor / ExecutionModuleDescriptorCastorTest.java
index 0ee30625664b6930da71e18d55c70ee3bd467995..09c6617eb82096973973ad25a3b5b326ff02a49d 100644 (file)
@@ -6,14 +6,15 @@ import java.util.List;
 import org.argeo.slc.execution.ExecutionFlowDescriptor;\r
 import org.argeo.slc.execution.ExecutionModuleDescriptor;\r
 import org.argeo.slc.execution.ExecutionSpec;\r
-import org.argeo.slc.msg.ObjectList;\r
 import org.argeo.slc.unit.execution.ExecutionFlowDescriptorTestUtils;\r
 \r
 public class ExecutionModuleDescriptorCastorTest extends AbstractCastorTestCase {\r
        public void testMarshUnmarsh() throws Exception {\r
                ExecutionModuleDescriptor moduleDescriptor = new ExecutionModuleDescriptor();\r
-               moduleDescriptor.setName("test.moodule");\r
+               moduleDescriptor.setName("test.module");\r
                moduleDescriptor.setVersion("1.0.0");\r
+               moduleDescriptor.setLabel("Test Module");\r
+               moduleDescriptor.setDescription("module descriptor");\r
 \r
                ExecutionFlowDescriptor flowDescriptor = ExecutionFlowDescriptorTestUtils\r
                                .createSimpleExecutionFlowDescriptor();\r