~ubuntu-branches/ubuntu/saucy/mago/saucy

« back to all changes in this revision

Viewing changes to pidgin/pidgin_notify.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 libnotify">
3
 
  <class>pidgin_notify.PidginNotifyTest</class>
4
 
  <description>
5
 
    pidgin-libnotify tests.
6
 
  </description>
7
 
  <args>
8
 
    <clean_profile>True</clean_profile> 
9
 
    <profile_template>./pidgin/data/purple/</profile_template>
10
 
    <credentials>./pidgin/data/credentials.ini</credentials>
11
 
  </args>
12
 
  <case name="IndicatorServerTest">
13
 
    <method>testIndicatorServer</method>
14
 
    <description>Test the indicator server menu item. see that the buddy lists shows and hides.</description>
15
 
    <args>
16
 
    </args>
17
 
  </case>
18
 
  <case name="LoginTest">
19
 
    <method>testBuddyLogin</method>
20
 
    <description>Buddy login test</description>
21
 
    <args>
22
 
    </args>
23
 
  </case>
24
 
  <case name="MessageSimpleTest">
25
 
    <method>testRecieveMessageSimple</method>
26
 
    <description>Simple message notification test.</description>
27
 
    <args>
28
 
      <msg1>Hi there.</msg1>
29
 
      <msg2>What's up?</msg2>
30
 
    </args>
31
 
  </case>
32
 
  <case name="MessageAppendTest">
33
 
    <method>testRecieveMessageAppend</method>
34
 
    <description>Message notifiaction append test.</description>
35
 
    <args>
36
 
      <msg1>Hi there.</msg1>
37
 
      <msg2>Are you around?</msg2>
38
 
      <msg3>IM me when you are back.</msg3>
39
 
    </args>
40
 
  </case>
41
 
  <case name="MessageLongTest">
42
 
    <method>testRecieveMessageSimple</method>
43
 
    <description>Very long message notification test.</description>
44
 
    <args>
45
 
      <msg1>Hi there.</msg1>
46
 
      <msg2>This is a really long message. I am trying to express something that is not simple in few words, but I am failing, please forgive me. I would draw a picture for you, but it would still be a very comlicated picture. Anyway, I'll send you an e-mail later to explain further what I mean.</msg2>
47
 
    </args>
48
 
  </case>
49
 
</suite>