fixing path to test datasource
[taxeditor.git] / eu.etaxonomy.taxeditor.test / src / test / resources / datasources.xml
index 7f9b665256103964e9ad0d507b8c10fb84681a4a..7a6ff14251a1de3b47848872dc36f077d5f7d709 100644 (file)
@@ -34,6 +34,6 @@
         <property name="driverClass" value="eu.etaxonomy.cdm.database.LocalH2"/>
         <property name="user" value="sa" />
         <property name="password" value="" />
-        <property name="jdbcUrl" value="jdbc:h2:file:./target/classes/h2/cdmTest;AUTO_SERVER=TRUE"/>
+        <property name="jdbcUrl" value="jdbc:h2:file:./target/test-classes/h2/cdmTest;AUTO_SERVER=TRUE"/>
     </bean>
 </beans>
\ No newline at end of file