~jtatum/mago/gcalctool

« back to all changes in this revision

Viewing changes to evolution/evolution_indicator.xml

  • Committer: Eitan Isaacson
  • Date: 2009-08-04 11:17:25 UTC
  • mfrom: (96.1.8 sprint)
  • Revision ID: eitan@ascender.com-20090804111725-mlz3hmeghktpjwvs
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<suite name="evolution indicator">
 
3
  <class>evolution_indicator.EvolutionIndicatorTest</class>
 
4
  <description>
 
5
    Basic Email messaging and m-i
 
6
  </description>
 
7
  <args>
 
8
    <profile_template>./evolution/data/evolution/mail/</profile_template>
 
9
    <credentials>./evolution/data/credentials.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
  <case name="BasicSendAndIndicationTest">
 
17
    <method>testIndicateMyself</method>
 
18
    <description>Send a test to myself and check for indicator-applet to change</description>
 
19
    <args>
 
20
      <subject>Hello World!</subject>
 
21
      <body>This is the first test of my life.</body>
 
22
    </args>
 
23
  </case>
 
24
</suite>