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

« back to all changes in this revision

Viewing changes to ubuntu-menu/Internet.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="Internet">
 
3
  <class>ubuntu_menu.UbuntuMenuTest</class>
 
4
  <description>
 
5
    Tests that verify Internet applications in the Ubuntu menu
 
6
  </description>
 
7
   <case name="Open Evolution Mail">
 
8
    <method>testOpenMenu</method>
 
9
    <description>It opens the Evolution Mail menu and closes the application.</description>
 
10
    <args>
 
11
      <menuitem>mnuEvolutionMail</menuitem>
 
12
      <windowname>frmEvolution*</windowname>
 
13
    </args>
 
14
   </case>
 
15
   <case name="Open Firefox">
 
16
    <method>testOpenMenu</method>
 
17
    <description>It opens the Firefox Browser menu and closes the application.</description>
 
18
    <args>
 
19
      <menuitem>mnuFirefoxWebBrowser</menuitem>
 
20
      <windowname>frm*MozillaFirefox</windowname>
 
21
    </args>
 
22
   </case>
 
23
   <case name="Open Pidgin">
 
24
    <method>testOpenMenu</method>
 
25
    <description>It opens the Pidgin menu and closes the application.</description>
 
26
    <args>
 
27
      <menuitem>mnuPidginInternetMessenger</menuitem>
 
28
      <windowname>dlgAccounts</windowname>
 
29
    </args>
 
30
   </case>
 
31
   <case name="Open Terminal Server Client">
 
32
    <method>testOpenMenu</method>
 
33
    <description>It opens the Termina Server Client menu and closes the application.</description>
 
34
    <args>
 
35
      <menuitem>mnuTerminalServerClient</menuitem>
 
36
      <windowname>frmTerminalServerClient</windowname>
 
37
      <closetype>button</closetype>
 
38
      <closename>Close</closename>
 
39
    </args>
 
40
   </case>
 
41
   <case name="Open Transmission BitTorrent Client">
 
42
    <method>testOpenMenu</method>
 
43
    <description>It opens the Transmission BitTorrent Client menu and closes the application.</description>
 
44
    <args>
 
45
      <menuitem>mnuTransmissionBitTorrentClient</menuitem>
 
46
      <windowname>frmTransmission</windowname>
 
47
    </args>
 
48
   </case>
 
49
</suite>