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

« back to all changes in this revision

Viewing changes to doc/tutorial/TestSuite_output.txt

  • Committer: dcoles
  • Date: 2008-02-13 04:10:55 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:443
Added Forum application along with unmodifed version of phpBB3 "Olympus" 3.0.0

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
----