~ubuntu-branches/ubuntu/saucy/mago/saucy

« back to all changes in this revision

Viewing changes to firefox/firefox_basics.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="Firefox">
3
 
  <class>firefox_basics.FirefoxBasics</class>
4
 
  <description>
5
 
    Tests which verify Firefox basics functionality.
6
 
  </description>
7
 
  <case name="about_dialog">
8
 
    <method>testAboutdialog</method>
9
 
    <description>Verify that the about dialog launches</description>
10
 
    <args>
11
 
        <arg1>Arg example</arg1>
12
 
    </args>
13
 
  </case>
14
 
</suite>