[discident-glib] tests: Fix little book of stress name



commit 6b4007018fdff1e88bb1d975124c40d6596800ad
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Oct 8 20:39:53 2012 +0200

    tests: Fix little book of stress name

 discident-glib/test-diglib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/discident-glib/test-diglib.c b/discident-glib/test-diglib.c
index 5cb19d6..65296dc 100644
--- a/discident-glib/test-diglib.c
+++ b/discident-glib/test-diglib.c
@@ -90,7 +90,7 @@ test_ean (void)
 
 	/* The Little Book of Stress: Calm is for Wimps, Get Real, Get Stressed */
 	g_assert (discident_ean_lookup (ean, "9780091865856", &title, &img_url, NULL) != FALSE);
-	g_assert_cmpstr ("The Little Book of Stress: Calm is for Wimps, Get Real, Get Stressed by Rohan Candappa (Paperback, 1998)", ==, title);
+	g_assert_cmpstr ("The Little Book of Stress: Calm Is for Wimps. Get Real. Get Stressed", ==, title);
 	g_assert (img_url != NULL);
 }
 



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