~ara/ubuntu/lucid/mago/fix_tests_lucid

« back to all changes in this revision

Viewing changes to evolution/evolution_messaging.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ara Pulido
  • Date: 2009-08-04 09:21:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090804092140-7ggrh3nlujflk0v8
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<suite name="evolution messaging">
 
3
  <class>evolution_messaging.EvolutionUseTest</class>
 
4
  <description>
 
5
    Basic Email messaging.
 
6
  </description>
 
7
  <args>
 
8
      <profile_template>./evolution/data/evolution/</profile_template>
 
9
    <credentials>./evolution/data/credentials.ini</credentials>
 
10
    <me_account>TEST_POP</me_account>
 
11
  </args>
 
12
  <case name="BasicSendTest">
 
13
    <method>testSendMessageToMyself</method>
 
14
    <description>Basic send test</description>
 
15
    <args>
 
16
      <subject>Hello World!</subject>
 
17
      <body>This is the first test of my life.</body>
 
18
    </args>
 
19
  </case>
 
20
</suite>