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

« back to all changes in this revision

Viewing changes to gcalctool/gcalctool_options.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ara Pulido
  • Date: 2010-10-18 16:08:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101018160842-6euef3m6mqxjlcai
Tags: 0.3-0ubuntu1
* New upstream release:
  + Added i18n support
  + Tests working on Maverick 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<suite name="gcalctool options">
 
3
  <class>gcalctool_options.GCalctoolOptions</class>
 
4
  <description>
 
5
    Tests that test different options
 
6
  </description>
 
7
  <case name="Show Thousands Operator">
 
8
    <method>check_thousands</method>
 
9
    <description>Millions</description>
 
10
    <args>
 
11
      <input>5555555</input>
 
12
      <oracle>5,555,555</oracle>
 
13
      <view>BASIC</view>
 
14
    </args>
 
15
  </case>
 
16
</suite>