File: tests.xml

package info (click to toggle)
buteo-sync-plugin-caldav 0.3.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 736 kB
  • sloc: cpp: 5,303; xml: 782; makefile: 17
file content (19 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<testdefinition version="1.0">
  <suite name="buteo-sync-plugin-caldav-tests" domain="mw">
    <set name="unit-tests" feature="buteo-caldav">
      <case manual="false" name="reader">
        <step>/usr/sbin/run-blts-root /bin/su $USER -g privileged -c /opt/tests/buteo/plugins/caldav/tst_reader</step>
      </case>
      <case manual="false" name="propfind">
        <step>/usr/sbin/run-blts-root /bin/su $USER -g privileged -c /opt/tests/buteo/plugins/caldav/tst_propfind</step>
      </case>
      <case manual="false" name="notebooksyncagent">
        <step>rm -f /tmp/testdb; SQLITESTORAGEDB=/tmp/testdb /usr/sbin/run-blts-root /bin/su $USER -g privileged -c /opt/tests/buteo/plugins/caldav/tst_notebooksyncagent</step>
      </case>
      <case manual="false" name="caldavclient">
        <step>/usr/sbin/run-blts-root /bin/su $USER -g privileged -c /opt/tests/buteo/plugins/caldav/tst_caldavclient</step>
      </case>
    </set>
  </suite>
</testdefinition>