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

« back to all changes in this revision

Viewing changes to notify-osd/notify_osd.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="notify-osd">
 
3
  <class>notify_osd.NotifyOSDTest</class>
 
4
  <description>notify-osd tests</description>
 
5
  <case name="IconSummaryBody">
 
6
    <method>layoutTest</method>
 
7
    <description>
 
8
      Test the layout of a bubble with an icon, summary and body
 
9
    </description>
 
10
    <args>
 
11
      <oracle>data/icons_summary_body.png</oracle>
 
12
      <summary>Nat King Cole</summary>
 
13
      <body>Hey pal, what's up with the party next weekend? Will you join me and Anna?</body>
 
14
      <icon>notification-message-IM</icon>
 
15
    </args>
 
16
  </case>
 
17
  <case name="IconSummary">
 
18
    <method>layoutTest</method>
 
19
    <description>
 
20
      Test the layout of a bubble with an icon and summary.
 
21
    </description>
 
22
    <args>
 
23
      <oracle>data/icons_summary.png</oracle>
 
24
      <summary>WiFi connection lost</summary>
 
25
      <body></body>
 
26
      <icon>notification-network-wireless-disconnected</icon>
 
27
    </args>
 
28
  </case>
 
29
  <case name="SummaryBody">
 
30
    <method>layoutTest</method>
 
31
    <description>
 
32
      Test the layout of a bubble with a summary only.
 
33
    </description>
 
34
    <args>
 
35
      <oracle>data/summary_body.png</oracle>
 
36
      <summary>Totem</summary>
 
37
      <body>This is a superfluous notification</body>
 
38
      <icon></icon>
 
39
    </args>
 
40
  </case>
 
41
  <case name="Summary">
 
42
    <method>layoutTest</method>
 
43
    <description>
 
44
      Test the layout of a bubble with a summary only.
 
45
    </description>
 
46
    <args>
 
47
      <oracle>data/summary.png</oracle>
 
48
      <summary>Summary-only</summary>
 
49
      <body></body>
 
50
      <icon></icon>
 
51
    </args>
 
52
  </case>
 
53
  <case name="Queue">
 
54
    <method>queueTest</method>
 
55
    <description>
 
56
      Test the bubble queue.
 
57
    </description>
 
58
    <args>
 
59
      <oracle>data/icons_summary_body.png|data/icons_summary.png|data/summary.png</oracle>
 
60
      <summary>Nat King Cole|WiFi connection lost|Summary-only</summary>
 
61
      <body>Hey pal, what's up with the party next weekend? Will you join me and Anna?||</body>
 
62
      <icon>notification-message-IM|notification-network-wireless-disconnected|</icon>
 
63
    </args>
 
64
  </case>
 
65
  <case name="Synchronous">
 
66
    <method>synchronousTest</method>
 
67
    <description>
 
68
      Test synchronous bubbles.
 
69
    </description>
 
70
    <args>
 
71
    <summary1>Nat King Cole</summary1>
 
72
    <body1>Hey pal, what's up with the party next weekend? Will you join me and Anna?</body1>
 
73
    <icon1>notification-message-IM</icon1>
 
74
    <summary2>Volume</summary2>
 
75
    <body2></body2>
 
76
    <icon2>notification-audio-volume-medium</icon2>
 
77
    <value2>75</value2>
 
78
    </args>
 
79
  </case>
 
80
</suite>