~junyuan-tan/gnome-desktop-testing/testcase

« back to all changes in this revision

Viewing changes to gedit/.svn/text-base/gedit_chains.xml.svn-base

  • Committer: tac
  • Date: 2009-04-24 08:50:07 UTC
  • Revision ID: junyuan.tan@sun.com-20090424085007-h8aon5kohp0nseso
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<suite name="gedit chains">
 
3
  <class>gedit_chains.GEditChain</class>
 
4
  <description>
 
5
    Tests which verify gedit's save file functionality.
 
6
  </description>
 
7
  <case name="Unicode Tests">
 
8
    <method>testChain</method>
 
9
    <description>Test Unicode text saving.</description>
 
10
    <args>
 
11
      <oracle>./gedit/data/utf8.txt</oracle>
 
12
      <chain>This is a japanese string: 広告掲載 - ビジネス</chain>
 
13
    </args>
 
14
  </case>
 
15
  <case name="ASCII Test">
 
16
    <method>testChain</method>
 
17
    <description>Test ASCII text saving.</description>
 
18
    <args>
 
19
      <oracle>./gedit/data/ascii.txt</oracle>
 
20
      <chain>This is a very basic string!</chain>
 
21
    </args>
 
22
  </case>
 
23
</suite>