diff options
author | Ross Burton <ross@linux.intel.com> | 2010-05-14 15:26:07 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2010-05-14 15:26:07 +0100 |
commit | f1e2ac78eaa187d1ceabbb70883b2b9458580877 (patch) | |
tree | 48339d7c6b3061b3df5e523566e538a5d9ba5a21 | |
parent | 833fd9307977bdcc8b104332915fbbb43c439088 (diff) |
Add lastfm error handling to the test suite
-rw-r--r-- | rest-extras/test-runner.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 (); } |