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

« back to all changes in this revision

Viewing changes to doc/tutorial/TestSuite_output.txt

  • Committer: dilshan_a
  • Date: 2008-01-25 04:35:06 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:309
Added a passed key to return value of problem suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
problem = {
8
8
        name: name of problem <string>
9
9
        cases: test case results <list(case)>
 
10
        passed: <bool>
10
11
}
11
12
 
12
13
Critical error occured (Syntax, Indentation, FunctionNotFound):
13
14
problem = {
14
15
        name: name of problem <string>
15
16
        critical_error: details of error <exception_data>
 
17
        passed: False <bool>
16
18
}
17
19
 
18
20
----