[discident-glib] test: Don't lookup the same EAN twice



commit 76ab00de40d85ed560181734574dfe1d8db96ddb
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Oct 8 21:00:25 2012 +0200

    test: Don't lookup the same EAN twice

 discident-glib/test-diglib.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/discident-glib/test-diglib.c b/discident-glib/test-diglib.c
index 4f2227b..42cc4d1 100644
--- a/discident-glib/test-diglib.c
+++ b/discident-glib/test-diglib.c
@@ -97,7 +97,6 @@ test_ean (void)
 		g_error_free (error);
 		g_assert_not_reached ();
 	}
-	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", ==, title);
 	g_assert (img_url != NULL);
 }



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