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

« back to all changes in this revision

Viewing changes to indicator-applet/indicator_applet.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="indicator-applet">
3
 
  <class>indicator_applet.IndicatorAppletTest</class>
4
 
  <description>indicator-applet tests</description>
5
 
  <case name="Server">
6
 
    <method>serverTest</method>
7
 
    <description>
8
 
      Add a server to the indicator applet.
9
 
    </description>
10
 
    <args>
11
 
      <desktop_file>
12
 
        ./indicator-applet/data/indicator_test.desktop
13
 
      </desktop_file>
14
 
    </args>
15
 
  </case>
16
 
  <case name="MessageIndicator">
17
 
    <method>messageTest</method>
18
 
    <description>
19
 
      Add a message indicator to the indicator applet.
20
 
    </description>
21
 
    <args>
22
 
      <desktop_file>
23
 
        ./indicator-applet/data/indicator_test.desktop
24
 
      </desktop_file>
25
 
      <sender>
26
 
        Elmer Fud
27
 
      </sender>
28
 
    </args>
29
 
  </case>
30
 
  <case name="IconChange">
31
 
    <method>iconChangeTest</method>
32
 
    <description>
33
 
      Test to see if the applet's icon changes when a new message arrives.
34
 
    </description>
35
 
    <args>
36
 
      <desktop_file>
37
 
        ./indicator-applet/data/indicator_test.desktop
38
 
      </desktop_file>
39
 
      <sender>
40
 
        Elmer Fud
41
 
      </sender>
42
 
    </args>
43
 
  </case>
44
 
  <case name="DisplayIndicator">
45
 
    <method>displayIndicatorTest</method>
46
 
    <description>
47
 
      Test to see if the display callback is called when message
48
 
      indicator is selected.
49
 
    </description>
50
 
    <args>
51
 
      <desktop_file>
52
 
        ./indicator-applet/data/indicator_test.desktop
53
 
      </desktop_file>
54
 
      <sender>
55
 
        Elmer Fud
56
 
      </sender>
57
 
    </args>
58
 
  </case>
59
 
  <case name="DisplayServer">
60
 
    <method>displayServerTest</method>
61
 
    <description>
62
 
      Test to see if the display callback is called when a server is selected.
63
 
    </description>
64
 
    <args>
65
 
      <desktop_file>
66
 
        ./indicator-applet/data/indicator_test.desktop
67
 
      </desktop_file>
68
 
    </args>
69
 
  </case>
70
 
</suite>