From f1e2ac78eaa187d1ceabbb70883b2b9458580877 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 14 May 2010 15:26:07 +0100 Subject: Add lastfm error handling to the test suite --- rest-extras/test-runner.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rest-extras') diff --git a/rest-extras/test-runner.c b/rest-extras/test-runner.c index acf688a..52ca1b1 100644 --- a/rest-extras/test-runner.c +++ b/rest-extras/test-runner.c @@ -30,6 +30,7 @@ main (int argc, char *argv[]) g_test_init (&argc, &argv, NULL); test_add ("/flickr/error", test_flickr_error); + test_add ("/lastfm/error", test_flickr_error); return g_test_run (); } -- cgit v1.2.1