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

« back to all changes in this revision

Viewing changes to baobab/baobab_scans.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="Baobab Disk Usage Analyser">
3
 
  <class>baobab_scans.BaobabScans</class>
4
 
  <description>
5
 
    Tests which verify Baobab basics file functionality.
6
 
  </description>
7
 
    <case name="Scan_Folder">
8
 
    <method>baobab_scan_folder</method>
9
 
    <description>Use Baobab to scan a Folder</description>
10
 
  </case>
11
 
  <case name="Scan_Home_Directory">
12
 
    <method>baobab_scan_home_directory</method>
13
 
    <description>Use Baobab to scan the home directory</description>
14
 
  </case>
15
 
  <case name="Scan_Filesystem">
16
 
    <method>baobab_scan_filesystem</method>
17
 
    <description>Use Baobab to scan the Filesystem</description>
18
 
  </case>
19
 
</suite>