~ara/ubuntu/lucid/mago/fix_tests_lucid

« back to all changes in this revision

Viewing changes to pidgin/pidgin_notify.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 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>