[gtk+] accessibility-dump: Print diff by default



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]