tests/eo: Do not test for an integer when you get a pointer.
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 21 Nov 2014 09:20:36 +0000 (10:20 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 21 Nov 2014 09:20:36 +0000 (10:20 +0100)
commite42db35528189200d48e3052c4abac03a43b7b10
tree7997455a4eb03cc62ccf0d84043640a613b91f5d
parent3b59913b9abc4e5c9a164970b0c99c5c13e0451f
tests/eo: Do not test for an integer when you get a pointer.

It works but the compiler is right when complaining about it. fail_unless()
expects and integer but we passed in a pointer. Negate the pointer and use
fail_if() like we do in all other places.
src/tests/eo/suite/eo_test_class_behaviour_errors.c