~ubuntu-filemanager-dev/ubuntu-filemanager-app/nemo-qml-plugins-packaging

« back to all changes in this revision

Viewing changes to accounts/tests/tests.xml

  • Committer: Timo Jyrinki
  • Date: 2013-03-20 15:03:31 UTC
  • Revision ID: timo.jyrinki@canonical.com-20130320150331-aggtqfb7cufdiuzc
ImportĀ upstreamĀ 0.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<testdefinition version="1.0">
 
3
   <suite name="accounts-tests" domain="mw">
 
4
       <description>Accounts QML plugin automatic tests</description>
 
5
       <set name="unit-tests" feature="QML Accounts">
 
6
           <description>Accounts QML plugin automatic tests</description>
 
7
           <case manual="false" name="accountinterface">
 
8
               <step>/opt/tests/nemo-qml-plugins/accounts/tst_accountinterface</step>
 
9
           </case>
 
10
           <case manual="false" name="accountmanagerinterface">
 
11
               <step>/opt/tests/nemo-qml-plugins/accounts/tst_accountmanagerinterface</step>
 
12
           </case>
 
13
           <case manual="false" name="providerinterface">
 
14
               <step>/opt/tests/nemo-qml-plugins/accounts/tst_providerinterface</step>
 
15
           </case>
 
16
           <case manual="false" name="serviceinterface">
 
17
               <step>/opt/tests/nemo-qml-plugins/accounts/tst_serviceinterface</step>
 
18
           </case>
 
19
           <case manual="false" name="servicetypeinterface">
 
20
               <step>/opt/tests/nemo-qml-plugins/accounts/tst_servicetypeinterface</step>
 
21
           </case>
 
22
           <case manual="false" name="serviceaccountinterface">
 
23
               <step>/opt/tests/nemo-qml-plugins/accounts/tst_serviceaccountinterface</step>
 
24
           </case>
 
25
       </set>
 
26
   </suite>
 
27
</testdefinition>