Skip to content
Snippets Groups Projects
Commit cea94dd2 authored by tpylak's avatar tpylak
Browse files

add test suites for openbis

SVN: 8516
parent b3d7e5ea
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Db">
<test verbose="2" name="Db" annotations="JDK">
<groups>
<run>
<include name="db" />
<exclude name="broken" />
</run>
</groups>
<packages>
<package name="ch.systemsx.cisd.openbis.*" />
</packages>
</test>
</suite>
<suite name="All" verbose="2">
<test name="All" annotations="JDK">
<groups>
<run>
<exclude name="db" />
<exclude name="broken" />
</run>
</groups>
<packages>
<package name="ch.systemsx.cisd.openbis.*" />
</packages>
</test>
</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