Skip to content

Commit

Permalink
Merge branch 'jb52804-tests' into 'master'
Browse files Browse the repository at this point in the history
[nemo-qml-plugin-contacts] Unify auto tests and fixing test metadata naming. Fixes JB#52804

See merge request mer-core/nemo-qml-plugin-contacts!54
  • Loading branch information
blam committed Feb 16, 2021
2 parents 435c432 + 7dc4238 commit c60f991
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 c60f991

Please sign in to comment.