~ubuntu-branches/ubuntu/natty/mago/natty

« back to all changes in this revision

Viewing changes to pidgin/pidgin_new_account.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-02-08 13:32:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110208133213-m1og7ey0m990chg6
Tags: 0.3+bzr20-0ubuntu1
* debian/rules:
  - updated to debhelper 7
  - use dh_python2 instead of python-central
* debian/pycompat:
  - removed, no longer needed
* debian/control:
  - dropped cdbs and python-central dependencies
* bzr snapshot of the current trunk

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>