testutils: Return a boolean from g_test_case_run()
authorBenjamin Otte <otte@redhat.com>
Mon, 18 Apr 2011 12:35:58 +0000 (14:35 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 18 Apr 2011 12:49:51 +0000 (14:49 +0200)
commit19fdb18ef8794bde6b29e400a6d868a7974b73e2
tree74bde0e9c940968b789eda7810447d4936cc153d
parent01602e16955fb7ca60799d4e142c7392ad91237d
testutils: Return a boolean from g_test_case_run()

Return value is intened to be TRUE for success, FALSE for failure.
Currently we return TRUE all the time.
Previously the test returned 0 all the time.
glib/gtestutils.c