Changeset 2310 for cobra/trunk/Tests/700-command-line/112-run-hello.cobra
- Timestamp:
- 03/11/10 09:47:16 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Tests/700-command-line/112-run-hello.cobra
r1886 r2310 39 39 40 40 assert p.exitCode == 0 41 assert output.trim == 'Hello' 41 assert output.trim == 'Hello', args 42 42 43 43 def flush



