tests: Fix printerr() handler in TestCase
authorPhilip Withnall <philip@tecnocode.co.uk>
Fri, 6 Jan 2012 14:33:52 +0000 (14:33 +0000)
committerPhilip Withnall <philip@tecnocode.co.uk>
Fri, 6 Jan 2012 18:48:35 +0000 (18:48 +0000)
commit6e8949a42ebb767c3d82039365e5204422e26d50
tree4b63bfe240f2ddc05ef04a6d95b612bf56bdc62f
parent33f7d0564156e766c22e8637e33f6389ae110bc6
tests: Fix printerr() handler in TestCase

It was always getting a null message due to having an extraneous extra
parameter (in its C form), meaning that stacktraces from failed assertions
in test cases were never getting printed.
tests/lib/test-case.vala