~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to test/test_framework/filesum_text.xml

  • Committer: dilshan_a
  • Date: 2008-01-25 01:03:06 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:299
Test framework now handles exceptions as valid outputs for scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        </file>
36
36
        <function desc="Match" default="match"/>
37
37
    </case>
 
38
    <case name="File does not exist">
 
39
        <!-- Specify input -->
 
40
        <stdin>non_existant_file.txt</stdin>
 
41
        <file name='input.txt'><![CDATA[
 
42
]]>
 
43
        </file>
 
44
        <exception name="IOError"/>
 
45
        <function desc="Match exception" default="ignore">
 
46
                <exception/>
 
47
        </function>
 
48
    </case>
38
49
</problem>