diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-01-07 16:23:54 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-01-07 16:23:54 +0000 |
commit | 3bf3a8883068fe51e3fd3ff53016454f0d9c3869 (patch) | |
tree | a0300fb5f9aa3d6cae1245aadc562c79cd2bb60e /tests | |
parent | 889e7c003d125781d4e8846b4f239c7b47ce7fe7 (diff) |
test-call-cancellation: improve format of failure messages
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dbus/test-call-cancellation.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dbus/test-call-cancellation.c b/tests/dbus/test-call-cancellation.c index 046eb9837..f06284efc 100644 --- a/tests/dbus/test-call-cancellation.c +++ b/tests/dbus/test-call-cancellation.c @@ -108,7 +108,7 @@ listed_names (TpDBusDaemon *proxy, want_object = (GObject *) a; break; default: - MYASSERT (FALSE, "%c (%p) method call succeeded, which shouldn't " + MYASSERT (FALSE, ": %c (%p) method call succeeded, which shouldn't " "happen", 'a' + which, proxy); fail = 1; return; @@ -132,7 +132,7 @@ listed_names (TpDBusDaemon *proxy, want_object = NULL; break; default: - MYASSERT (FALSE, "%c (%p) method call failed, which shouldn't " + MYASSERT (FALSE, ": %c (%p) method call failed, which shouldn't " "happen", 'a' + which, proxy); fail = 1; } |