~ubuntu-branches/ubuntu/vivid/mago/vivid

« back to all changes in this revision

Viewing changes to pidgin/pidgin_msn.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ara Pulido
  • Date: 2009-08-04 09:21:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090804092140-mnc0rm2tr7smo107
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 MSN Messaging">
 
3
  <class>pidgin_messaging.PidginUseTest</class>
 
4
  <description>
 
5
    Basic pidgin MSN messaging.
 
6
  </description>
 
7
  <args>
 
8
    <profile_template>./pidgin/data/purple/</profile_template>
 
9
    <credentials>./pidgin/data/credentials.ini</credentials>
 
10
    <me_account>MSN</me_account>
 
11
    <buddy_account>OtherMSN</buddy_account>
 
12
  </args>
 
13
  <case name="BasicRecieveTest">
 
14
    <method>testRecieveMessage</method>
 
15
    <description>Basic recieve test</description>
 
16
    <args>
 
17
      <msg>Hello World!</msg>
 
18
    </args>
 
19
  </case>
 
20
  <case name="UnicodeRecieveTest">
 
21
    <method>testRecieveMessage</method>
 
22
    <description>Unicode recieve test</description>
 
23
    <args>
 
24
      <msg>שלום, חבר.</msg>
 
25
    </args>
 
26
  </case>
 
27
 <case name="BasicSendTest">
 
28
    <method>testSendMessage</method>
 
29
    <description>Basic send test</description>
 
30
    <args>
 
31
      <msg>Hello World!</msg>
 
32
    </args>
 
33
  </case>
 
34
  <case name="UnicodeSendTest">
 
35
    <method>testSendMessage</method>
 
36
    <description>Unicode send test</description>
 
37
    <args>
 
38
      <msg>שלום, חבר.</msg>
 
39
    </args>
 
40
  </case>
 
41
</suite>