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



commit 46bff9b1b7a0e8efde36bfb05ed684fc5833fe02
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
    
    Conflicts:
        tests/libtracker-extract/tracker-guarantee-test.c

 tests/libtracker-extract/tracker-guarantee-test.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/libtracker-extract/tracker-guarantee-test.c 
b/tests/libtracker-extract/tracker-guarantee-test.c
index a146c28..40d6eb9 100644
--- a/tests/libtracker-extract/tracker-guarantee-test.c
+++ b/tests/libtracker-extract/tracker-guarantee-test.c
@@ -111,9 +111,9 @@ test_guarantee_title (void)
         }
 
 #ifdef GUARANTEE_METADATA        
-        g_print ("%d test cases (guarantee metadata enabled) ", i);
+        g_print ("%d test cases (guarantee metadata enabled)\n", i);
 #else
-        g_print ("%d test cases (guarantee metadata disabled) ", i);
+        g_print ("%d test cases (guarantee metadata disabled)\n", i);
 #endif
 }
 


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