mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
* tests/conform/test-pick.c (test_pick): The final result message
when --verbose is used was the wrong way around
This commit is contained in:
parent
56fa77a5db
commit
33a67bc299
@ -1,3 +1,8 @@
|
||||
2008-11-18 Neil Roberts <neil@linux.intel.com>
|
||||
|
||||
* tests/conform/test-pick.c (test_pick): The final result message
|
||||
when --verbose is used was the wrong way around
|
||||
|
||||
2008-11-18 Neil Roberts <neil@linux.intel.com>
|
||||
|
||||
* tests/conform/test-conform-main.c (main): Fixed a typo in the
|
||||
|
@ -102,7 +102,7 @@ test_pick (TestConformSimpleFixture *fixture,
|
||||
|
||||
|
||||
if (g_test_verbose ())
|
||||
g_print ("end result: %s\n", state.pass ? "FAIL" : "pass");
|
||||
g_print ("end result: %s\n", state.pass ? "pass" : "FAIL");
|
||||
|
||||
g_assert (state.pass);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user