Changeset 134ac5d in mainline for uspace/lib/pcut/tests/asserts.expected
- Timestamp:
- 2014-06-06T07:54:24Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8db09e4
- Parents:
- eeb23f2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/tests/asserts.expected
reeb23f2d r134ac5d 1 1.. 31 1..9 2 2 #> Starting suite Default. 3 3 not ok 1 int_equals failed … … 7 7 not ok 3 str_equals failed 8 8 # error: asserts.c:46: Expected <abc> but got <xyz> ("abc" != "xyz") 9 #> Finished suite Default (failed 3 of 3). 9 ok 4 str_equals_or_null_base 10 not ok 5 str_equals_or_null_different failed 11 # error: asserts.c:54: Expected <abc> but got <xyz> ("abc" != "xyz") 12 not ok 6 str_equals_or_null_one_null failed 13 # error: asserts.c:58: Expected <NULL> but got <xyz> (NULL != "xyz") 14 ok 7 str_equals_or_null_both 15 not ok 8 assert_true failed 16 # error: asserts.c:67: Expected true but got <0> 17 not ok 9 assert_false failed 18 # error: asserts.c:72: Expected false but got <42> 19 #> Finished suite Default (failed 7 of 9).
Note:
See TracChangeset
for help on using the changeset viewer.