summaryrefslogtreecommitdiff
path: root/tests/lastfm.c
Commit message (Collapse)AuthorAgeFilesLines
* tests/lastfm: Port to GTest apiTimm Bäder2016-06-201-7/+17
|
* Adapt tests and examples to API changeTimm Bäder2016-06-201-1/+1
|
* Remove all GLIB_CHECK_VERSION usesTimm Bäder2016-06-161-4/+0
| | | | Where the checked version is < 2.36, which we now require
* tests: Fix lastfm testChristophe Fergeau2016-04-181-2/+2
| | | | | | | Since August 17th 2015, user.getInfo no longer returns an 'id' node. It's not clear whether that's a bug server-side, or a permanent change. Since it has been 2 months already, make the 'id' node optional in the lastfm test rather than having a hard failure when it's missing.
* tests/lastfm: Fix memory leakChristophe Fergeau2014-09-031-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=735921
* tests: Don't call g_type_init() on newer glibChristophe Fergeau2014-09-031-0/+2
| | | | | | This is deprecated and causes a compile warning https://bugzilla.gnome.org/show_bug.cgi?id=735921
* Drop obsolete g_thread_init()Martin Pitt2012-06-161-1/+0
| | | | | | | | | | Since version 2.2 g_type_init() initializes also the thread system so g_thread_init() is not required anymore. It is deprecated since glib 2.31. Bump glib requirement accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=650061
* lastfm: add very basic test caseRoss Burton2010-05-141-0/+85