[tracker] tests: add missing newline in test_guarantee_title that caused a test failure with the new tap drive



commit c49b17160571febf7891354a17627d766edcd481
Author: Tim Lunn <tim feathertop org>
Date:   Fri Aug 8 15:18:38 2014 +1000

    tests: add missing newline in test_guarantee_title that caused a test failure with the new tap driver
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734464

 tests/libtracker-extract/tracker-guarantee-test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/libtracker-extract/tracker-guarantee-test.c 
b/tests/libtracker-extract/tracker-guarantee-test.c
index 284fbf0..b16ea54 100644
--- a/tests/libtracker-extract/tracker-guarantee-test.c
+++ b/tests/libtracker-extract/tracker-guarantee-test.c
@@ -108,7 +108,7 @@ test_guarantee_title (void)
                                      test_cases_title[i].expected_title);
         }
 
-        g_print ("%d test cases (guarantee metadata enabled) ", i);
+        g_print ("%d test cases (guarantee metadata enabled)\n", i);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]