~ubuntu-branches/ubuntu/quantal/mago/quantal

« back to all changes in this revision

Viewing changes to software_center/software_center.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ara Pulido
  • Date: 2010-12-03 16:08:32 UTC
  • Revision ID: james.westby@ubuntu.com-20101203160832-97pz2nxwmo54iwfk
Tags: 0.3-0ubuntu3
* Updated from trunk
 + Added new applications to our tests base
 + Fixes LP: #682845 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<suite name="Software Center">
 
3
  <class>software_center.Software_center</class>
 
4
  <description>
 
5
    Tests which verify Software_center functionality.
 
6
  </description>
 
7
  <case name="Search Software">
 
8
    <method>search_software</method>
 
9
    <description>Search for Software (exact match)</description>
 
10
    <args>
 
11
        <package>hello</package>
 
12
        <oracle>The classic greeting, and a good example</oracle>
 
13
    </args>
 
14
  </case>
 
15
  <case name="Install Software">
 
16
    <method>install_software</method>
 
17
    <description>Install new software</description>
 
18
    <args>
 
19
        <package>hello</package>
 
20
        <oracle>\nNot Installed\nThe classic greeting, and a good example</oracle>
 
21
        <password>ubuntu</password>
 
22
    </args>
 
23
  </case>
 
24
  <case name="Remove Software">
 
25
    <method>remove_software</method>
 
26
    <description>Remove an installed software</description>
 
27
    <args>
 
28
        <package>hello</package>
 
29
        <oracle>\nInstalled\nThe classic greeting, and a good example</oracle>
 
30
        <password>ubuntu</password>
 
31
    </args>
 
32
  </case>
 
33
</suite>