[gtk+] accessibility-dump: Print diff by default
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] accessibility-dump: Print diff by default
- Date: Tue, 6 Aug 2013 10:23:12 +0000 (UTC)
commit 052640bd3ff392d23d209e7b3cb38a9a74f59ac9
Author: Colin Walters <walters verbum org>
Date: Tue Aug 6 11:19:54 2013 +0100
accessibility-dump: Print diff by default
There's just no reason not to; it makes things less tedious to
run from the command line.
testsuite/a11y/accessibility-dump.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/testsuite/a11y/accessibility-dump.c b/testsuite/a11y/accessibility-dump.c
index 6fbeb86..ce1a87a 100644
--- a/testsuite/a11y/accessibility-dump.c
+++ b/testsuite/a11y/accessibility-dump.c
@@ -734,7 +734,7 @@ test_ui_file (GFile *file)
if (diff && diff[0])
{
- g_test_message ("Contents don't match expected contents:\n%s", diff);
+ g_printerr ("Contents don't match expected contents:\n%s", diff);
g_test_fail ();
g_free (diff);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]