~ubuntu-branches/ubuntu/natty/mago/natty

« back to all changes in this revision

Viewing changes to ubuntu-menu/SoundVideo.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="Sound And Video">
 
3
  <class>ubuntu_menu.UbuntuMenuTest</class>
 
4
  <description>
 
5
    Tests that verify Sound And Video applications in the Ubuntu menu
 
6
  </description>
 
7
  <case name="Open Brasero">
 
8
    <method>testOpenMenu</method>
 
9
    <description>It opens the Brasero menu and closes the application.</description>
 
10
    <args>
 
11
      <menuitem>Brasero Disc Burner</menuitem>
 
12
      <windowname>frmBrasero</windowname>
 
13
    </args>
 
14
   </case>
 
15
   <case name="Open Movie Player">
 
16
    <method>testOpenMenu</method>
 
17
    <description>It opens the Movie Player menu and closes the application.</description>
 
18
    <args>
 
19
      <menuitem>Movie Player</menuitem>
 
20
      <windowname>Movie Player</windowname>
 
21
    </args>
 
22
   </case>
 
23
   <case name="Open Rhythmbox Music Player">
 
24
    <method>testOpenMenu</method>
 
25
    <description>It opens the Rhythmbox Music Player and closes the application.</description>
 
26
    <args>
 
27
      <menuitem>mnuRhythmboxMusicPlayer</menuitem>
 
28
      <windowname>frmMusicPlayer*</windowname>
 
29
    </args>
 
30
   </case>
 
31
</suite>