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

« back to all changes in this revision

Viewing changes to ubuntu-menu/SoundVideo.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="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>Rhythmbox Music Player</menuitem>
28
 
      <windowname>frmMusicPlayer*</windowname>
29
 
    </args>
30
 
   </case>
31
 
   <case name="Open Sound Recorder">
32
 
    <method>testOpenMenu</method>
33
 
    <description>It opens the Sound Recorder menu and closes the application.</description>
34
 
    <args>
35
 
      <menuitem>Sound Recorder</menuitem>
36
 
      <windowname>* Sound Recorder</windowname>
37
 
    </args>
38
 
   </case>
39
 
   <case name="Open Pitivi Video Editor">
40
 
    <method>testOpenMenu</method>
41
 
    <description>It opens the Pitivi Video Editor menu and closes the application.</description>
42
 
    <args>
43
 
      <menuitem>mnuPitiviVideoEditor</menuitem>
44
 
      <windowname>*PiTiVi*</windowname>
45
 
    </args>
46
 
   </case>
47
 
</suite>