Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 534 Bytes

tests.xml.in

File metadata and controls

12 lines (12 loc) · 534 Bytes
 
1
2
<?xml version="1.0" encoding="UTF-8"?>
<testdefinition version="1.0">
Jun 19, 2013
Jun 19, 2013
3
<suite name="@PACKAGENAME@-tests" domain="middleware">
4
<description>Nemo Transfer Engine automatic tests</description>
Jun 19, 2013
Jun 19, 2013
5
<set name="@PACKAGENAME@-test0" feature="Internal UI Components">
6
7
<description>Nemo Transfer Engine unit tests</description>
<case manual="false" name="enginetests">
Jun 19, 2013
Jun 19, 2013
8
<step>/opt/tests/@PACKAGENAME@/ut_nemo-transfer-engine</step>
9
10
11
12
</case>
</set>
</suite>
</testdefinition>