Skip to content

Commit

Permalink
[nemo-qml-plugin-contacts] Unify auto tests and fixing test metadata …
Browse files Browse the repository at this point in the history
…naming. Fixes JB#52804
  • Loading branch information
blammit committed Feb 11, 2021
1 parent 435c432 commit 7dc4238
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions tests/tests.xml.in
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<testdefinition version="1.0">
<suite name="contactcache-tests" domain="mw">
<suite name="nemo-qml-plugin-contacts-tests" domain="mw">
<description>Contact cache automatic tests</description>
<set name="contactcache-test0" feature="Contacts">
<description>Contact cache automatic tests</description>
<set name="nemo-qml-plugin-contacts-test0" feature="nemo-qml-plugin-contacts">
<description>nemo-qml-plugin-contacts automatic tests</description>
<case manual="false" name="synchronizelists">
<step>/opt/tests/@BASENAME@/contacts/run_test.sh @BASENAME@ tst_synchronizelists</step>
</case>
Expand All @@ -16,12 +16,6 @@
<case manual="false" name="seasidestringlistcompressor">
<step>/opt/tests/@BASENAME@/contacts/run_test.sh @BASENAME@ tst_seasidestringlistcompressor</step>
</case>
</set>
</suite>
<suite name="@BASENAME@-contacts-tests" domain="mw">
<description>Contacts QML plugin automatic tests</description>
<set name="@BASENAME@-contacts-test0" feature="QML Contacts">
<description>Contacts QML plugin automatic tests</description>
<case manual="false" name="seasideperson" timeout="600">
<step>/opt/tests/@BASENAME@/contacts/run_test.sh @BASENAME@ tst_seasideperson</step>
</case>
Expand Down

0 comments on commit 7dc4238

Please sign in to comment.