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

« back to all changes in this revision

Viewing changes to simple_scan/simple_scan.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="simple_scan">
 
3
  <class>simple_scan.Simple_scan</class>
 
4
  <description>
 
5
    Tests which verify Simple_scan basics scan functionality.
 
6
  </description>
 
7
  <case name="Text Scan test">
 
8
    <method>test_scan</method>
 
9
    <description>Text Scan test</description>
 
10
    <args>
 
11
        <oracle>data/text.jpeg</oracle>
 
12
        <scan_type>text</scan_type>
 
13
    </args>
 
14
  </case>
 
15
  <case name="Photo Scan test">
 
16
    <method>test_scan</method>
 
17
    <description>Photo Scan test</description>
 
18
    <args>
 
19
        <oracle>data/photo.jpeg</oracle>
 
20
        <scan_type>photo</scan_type>
 
21
    </args>
 
22
  </case>
 
23
</suite>