~dhillon-v10/qa-regression-testing/mago-packages-checking

« back to all changes in this revision

Viewing changes to pidgin/pidgin_new_account.xml

  • Committer: Vikram Dhillon
  • Date: 2010-01-12 02:42:18 UTC
  • Revision ID: dhillonv10@gmail.com-20100112024218-7ntl2wrpbxqjb3kx
Initial commit: getting in the data from mago

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<suite name="pidgin new accounts">
 
3
  <class>pidgin_new_account.PidginNewAccountTest</class>
 
4
  <description>
 
5
    Walks pidgin through setting up a new account.
 
6
  </description>
 
7
  <args>
 
8
    <credentials>./pidgin/data/credentials.ini</credentials>
 
9
  </args>
 
10
  <case name="AccountXMPP">
 
11
    <method>testNewAccount</method>
 
12
    <description>Test the creation of an XMPP account.</description>
 
13
    <args>
 
14
      <account_name>XMPP</account_name>
 
15
    </args>
 
16
  </case>
 
17
  <case name="AccountMSN">
 
18
    <method>testNewAccount</method>
 
19
    <description>Test the creation of an MSN account.</description>
 
20
    <args>
 
21
      <account_name>MSN</account_name>
 
22
    </args>
 
23
  </case>
 
24
  <case name="AccountAIM">
 
25
    <method>testNewAccount</method>
 
26
    <description>Test the creation of an AIM account.</description>
 
27
    <args>
 
28
      <account_name>AIM</account_name>
 
29
    </args>
 
30
  </case>
 
31
  <case name="AccountICQ">
 
32
    <method>testNewAccount</method>
 
33
    <description>Test the creation of an ICQ account.</description>
 
34
    <args>
 
35
      <account_name>ICQ</account_name>
 
36
    </args>
 
37
  </case>
 
38
  <case name="AccountYahoo">
 
39
    <method>testNewAccount</method>
 
40
    <description>Test the creation of a Yahoo! account.</description>
 
41
    <args>
 
42
      <account_name>Yahoo</account_name>
 
43
    </args>
 
44
  </case>
 
45
</suite>