]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionModuleDescriptorCastorTest.java
Communicate with the agent via JMS
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.castor / src / test / java / org / argeo / slc / castor / ExecutionModuleDescriptorCastorTest.java
index 5adbd62c3c6fe6ce24ef0a7689b7df2b7c25ea0f..0ee30625664b6930da71e18d55c70ee3bd467995 100644 (file)
@@ -6,6 +6,7 @@ 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
@@ -27,4 +28,12 @@ public class ExecutionModuleDescriptorCastorTest extends AbstractCastorTestCase
 \r
                marshUnmarsh(moduleDescriptor, false);\r
        }\r
+\r
+       public void testMarshUnmarshMini() throws Exception {\r
+               ExecutionModuleDescriptor moduleDescriptor = new ExecutionModuleDescriptor();\r
+               moduleDescriptor.setName("test.moodule");\r
+               moduleDescriptor.setVersion("1.0.0");\r
+               marshUnmarsh(moduleDescriptor, false);\r
+       }\r
+\r
 }\r