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

« back to all changes in this revision

Viewing changes to indicator-applet/evolution_indicator.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="evolution indicator basic">
3
 
  <class>evolution_indicator.EvolutionIndicatorTest</class>
4
 
  <description>
5
 
    Basic Server check 
6
 
  </description>
7
 
  <args>
8
 
    <profile_template>./indicator-applet/data/evolution/</profile_template>
9
 
    <credentials>./indicator-applet/data/evolution.ini</credentials>
10
 
    <me_account>TEST_POP</me_account>
11
 
  </args>
12
 
  <case name="IndicatorShowsTest">
13
 
    <method>testIndicatorShowsUp</method>
14
 
    <description>Basic checking for applet</description>
15
 
  </case>
16
 
</suite>