summaryrefslogtreecommitdiff
path: root/tests/lastfm.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-04-22 14:01:09 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-06-20 12:39:44 +0200
commitf8c2ab720de6f7741f4af10f43b95d27c27ecc8e (patch)
treecb9654e290547d4a832da37a5db6e884ef5b5467 /tests/lastfm.c
parent9cca799e77aaf60561c303dbb0dac3ce9d78a3dc (diff)
downloadlibrest-f8c2ab720de6f7741f4af10f43b95d27c27ecc8e.tar.gz
Adapt tests and examples to API change
Diffstat (limited to 'tests/lastfm.c')
-rw-r--r--tests/lastfm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lastfm.c b/tests/lastfm.c
index 4addb58..12e10d4 100644
--- a/tests/lastfm.c
+++ b/tests/lastfm.c
@@ -68,7 +68,7 @@ main (int argc, char **argv)
node = rest_xml_node_find (u_node, "id");
if (node != NULL)
- g_assert_cmpstr (node->content, ==, "17038");
+ g_assert_cmpstr (node->content, ==, "17038");
node = rest_xml_node_find (u_node, "name");
g_assert (node);