~ara/ubuntu/lucid/mago/fix_tests_lucid

« back to all changes in this revision

Viewing changes to pidgin/pidgin_new_account.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ara Pulido
  • Date: 2009-08-04 09:21:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090804092140-7ggrh3nlujflk0v8
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

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>