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

« back to all changes in this revision

Viewing changes to test/test_framework/hello_text.xml

  • Committer: dilshan_a
  • Date: 2008-01-24 04:52:56 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:283
Fixed a bug where variables were persistent across test cases.

Added initial minutes/report/documentation on tutorials.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<problem name = "Test all IO">
 
1
<problem name = "Hello Name">
2
2
    <solution>
3
3
<![CDATA[
4
4
# Sample solution, used to generate test output
11
11
        <!-- Specify input -->
12
12
        <var name="name" value="'Dilshan'" />
13
13
        <function desc="Match case insensitive" default="ignore">
14
 
            <stdout>lambda x:x.lower()</stdout>
15
 
        </function>
16
 
        <function desc="Match exactly" default="ignore">
17
 
            <stdout/>
18
 
        </function>
 
14
            <stdout>str.lower</stdout>
 
15
        </function>
 
16
        <!-- Ensures that all outputs match exactly --> 
 
17
        <function desc="Match exactly" default="match"/>
19
18
    </case>
20
19
    <case>
21
20
        <!-- Specify input -->