Move to data driven test, in anticipation for subsequent APIs

This commit is contained in:
Luca Beltrame 2015-08-26 00:23:39 +02:00
parent d840bf5319
commit c2139d9c33
2 changed files with 49 additions and 7 deletions

View file

@ -38,6 +38,7 @@ private:
private Q_SLOTS:
void initTestCase();
void testPostLoading();
void testPostLoading_data();
};