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

« back to all changes in this revision

Viewing changes to banshee/banshee_tests.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="Banshee">
3
 
  <class>banshee_tests.Banshee_Tests</class>
4
 
  <description>
5
 
    Tests that verifies Banshee functionalities.
6
 
  </description>
7
 
<!-- this test case makes banshee crash so disabling it for now,
8
 
     filed bug about it: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/681362
9
 
  <case name="Enable/Disable Plugins">
10
 
    <method>enable_disable_plugins</method>
11
 
    <description>Enables and disable all the plugins available in banshee</description>
12
 
  </case>-->
13
 
  <case name="Import extended m3u">
14
 
    <method>import_extended_m3u</method>
15
 
    <description>Import an extended m3u playlist</description>
16
 
    <args>
17
 
      <extendedm3u>data/extendedm3u.m3u</extendedm3u>
18
 
    </args>
19
 
  </case>
20
 
  <case name="Import extended pls">
21
 
    <method>import_extended_pls</method>
22
 
    <description>Import an extended pls playlist</description>
23
 
    <args>
24
 
      <extendedpls>data/extendedpls.pls</extendedpls>
25
 
    </args>
26
 
  </case>
27
 
  <case name="Import simple m3u">
28
 
    <method>import_simple_m3u</method>
29
 
    <description>Import a simple m3u playlist</description>
30
 
    <args>
31
 
      <simplem3u>data/simplem3u.m3u</simplem3u>
32
 
    </args>
33
 
  </case>
34
 
  <case name="Import simple pls">
35
 
    <method>import_simple_pls</method>
36
 
    <description>Import a simple pls playlist</description>
37
 
    <args>   
38
 
      <simplepls>data/simplepls.pls</simplepls>
39
 
    </args>
40
 
  </case>
41
 
 <case name="Add Podcast">
42
 
    <method>add_podcast</method>
43
 
    <description>Add a Podcast into banshee</description>
44
 
    <args>
45
 
      <podcast_url>http://feeds.feedburner.com/UbuntuUkPodcastOgg-low?format=xml</podcast_url>
46
 
    </args>
47
 
  </case>
48
 
  <case name="Miro">
49
 
    <method>test_miro_guide</method>
50
 
    <description>Load the Podcast directory - Miro Guide</description>
51
 
  </case>
52
 
  <case name="SmartPlayList">
53
 
    <method>create_smart_playlist</method>
54
 
    <description>Create an smart Playlist with UTF8 characters</description>
55
 
    <args>
56
 
      <playlist_name>ⵥꜳꜼʨサボ</playlist_name>
57
 
      <artist>⺺⺭⺠⺓⺑⺏⻋</artist>
58
 
    </args>
59
 
  </case>
60
 
  <case name="Play File">
61
 
    <method>play_file</method>
62
 
    <description>Play a file and verify it works</description>
63
 
    <args>
64
 
      <file_path>/tmp/banshee.wav</file_path>
65
 
      <tmp_path>/tmp/banshee-capture.wav</tmp_path>
66
 
    </args>
67
 
  </case>
68
 
</suite>