Skip to content
Snippets Groups Projects
Commit ace7074e authored by felmer's avatar felmer
Browse files

LMS-779 bug fixed in unit tests: not all tests run when building because...

LMS-779 bug fixed in unit tests: not all tests run when building because tests_fast.xml instead of tests.xml had been executed.

SVN: 10376
parent 4947ed92
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<target name="run-tests"> <target name="run-tests">
<antcall target="build-common.run-tests"> <antcall target="build-common.run-tests">
<param name="test.suite" value="tests_fast.xml" /> <param name="test.suite" value="tests.xml" />
</antcall> </antcall>
</target> </target>
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
</groups> </groups>
<packages> <packages>
<package name="ch.systemsx.cisd.etlserver.*" /> <package name="ch.systemsx.cisd.etlserver.*" />
<package name="ch.systemsx.cisd.openbis.dss.*" />
</packages> </packages>
</test> </test>
</suite> </suite>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment