]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - trash/examples/org.argeo.slc.example01/src/slc/conf/applicationContext.xml
Move to trash
[gpl/argeo-slc.git] / trash / examples / org.argeo.slc.example01 / src / slc / conf / applicationContext.xml
diff --git a/trash/examples/org.argeo.slc.example01/src/slc/conf/applicationContext.xml b/trash/examples/org.argeo.slc.example01/src/slc/conf/applicationContext.xml
new file mode 100644 (file)
index 0000000..68dbbad
--- /dev/null
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
+
+       <import resource="environments/environments.xml" />
+
+       <import resource="test/testDatas.xml" />
+       <import resource="test/testDefinitions.xml" />
+       <import resource="test/contextTests.xml" />
+
+       <bean id="defaultTestRun"
+               class="org.argeo.slc.core.test.SimpleTestRun" scope="prototype">
+               <property name="testResult" ref="testResult" />
+               <property name="deployedSystem" ref="exampleDeployedSystem" />
+       </bean>
+
+       <bean id="otherTestRun"
+               class="org.argeo.slc.core.test.SimpleTestRun" scope="prototype">
+               <property name="testResult" ref="testResult2" />
+               <property name="deployedSystem" ref="exampleDeployedSystem" />
+       </bean>
+
+
+</beans>
\ No newline at end of file