]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.example/exampleSlcAppli/conf/applicationContext.xml
Normalize URLs
[gpl/argeo-slc.git] / org.argeo.slc.example / exampleSlcAppli / conf / applicationContext.xml
index f8a24099884ff16ce904de722a2545a862cdd3ac..68dbbadcb8d24a33151521cb091aa8f27a6e7692 100644 (file)
@@ -1,10 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<beans xmlns="http://www.springframework.org/schema/beans"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">\r
-\r
-       <import resource="data.xml" />\r
-       <import resource="slc.xml" />\r
-       <import resource="testDatas.xml" />\r
-       <import resource="testDefinitions.xml" />\r
+<?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