Fixed comparison tests to reflect the API change

This commit is contained in:
Snaipe 2015-09-08 19:22:28 +02:00
parent 01831b2ed5
commit ae429f9bd2
2 changed files with 8 additions and 4 deletions

View file

@ -1,6 +1,7 @@
[----] asserts.c:9: Assertion failed: assert is fatal, expect isn't
[----] asserts.c:10: Assertion failed: This assert runs
[FAIL] asserts::base: (0.00s)
[----] asserts.c:18: Assertion failed: The conditions for this test were not met.
[----] asserts.c:15: Assertion failed: You can fail an assertion with a message from anywhere
[----] asserts.c:16: Assertion failed: The condition for this assertion were not met.
[FAIL] asserts::old_school: (0.00s)
[====] Synthesis: Tested: 6 | Passing: 4 | Failing: 2 | Crashing: 0 

View file

@ -1,8 +1,11 @@
[----] asserts.cc:78: Assertion failed: (&s1)[0 .. 2] == (&s2)[0 .. 2]
[FAIL] asserts::array: (0.00s)
[----] asserts.cc:11: Assertion failed: assert is fatal, expect isn't
[----] asserts.cc:12: Assertion failed: This assert runs
[FAIL] asserts::base: (0.00s)
[----] asserts.cc:86: Assertion failed: 0
[----] asserts.cc:84: Assertion failed: The condition for this assertion were not met.
[FAIL] asserts::exception: (0.00s)
[----] asserts.cc:20: Assertion failed: The conditions for this test were not met.
[----] asserts.cc:17: Assertion failed: You can fail an assertion with a message from anywhere
[----] asserts.cc:18: Assertion failed: The condition for this assertion were not met.
[FAIL] asserts::old_school: (0.00s)
[====] Synthesis: Tested: 7 | Passing: 4 | Failing: 3 | Crashing: 0 
[====] Synthesis: Tested: 7 | Passing: 3 | Failing: 4 | Crashing: 0