Update unit tests to use XML as well.

Danbooru and Konachan aren't passing just because the posts retrieved
aren't the same.
This commit is contained in:
Luca Beltrame 2015-08-27 19:36:49 +02:00
parent dc6236f00c
commit bff2dd2ef1
4 changed files with 212 additions and 0 deletions

View file

@ -35,6 +35,8 @@ private Q_SLOTS:
void initTestCase();
void testPostLoading();
void testPostLoading_data();
void testPostLoadingXml();
void testPostLoadingXml_data();
};