Stubs for pool testing
This commit is contained in:
parent
b219fdc022
commit
d5aa1421a4
4 changed files with 62 additions and 0 deletions
16
src/libdanbooru/autotests/donmai-pool-index.json
Normal file
16
src/libdanbooru/autotests/donmai-pool-index.json
Normal file
File diff suppressed because one or more lines are too long
1
src/libdanbooru/autotests/konachan-pool-index.json
Normal file
1
src/libdanbooru/autotests/konachan-pool-index.json
Normal file
|
@ -0,0 +1 @@
|
|||
[{"id":368,"name":"Ristorante_2014_Calendar","created_at":"2015-08-24T07:50:37.877Z","updated_at":"2015-08-24T17:59:21.149Z","user_id":20645,"is_public":true,"post_count":12,"description":"Bonus Omake from Doujin H-Voice Drama サキュバスなのに…癒し安眠? ふわふわ系サキュバスに心地よく包まれて癒されながら…エッチもしてもらうMP3 (release 2015年03月28日)"},{"id":364,"name":"Push!!_Illustration_Gathering","created_at":"2015-07-01T20:51:45.261Z","updated_at":"2015-07-18T08:22:33.631Z","user_id":20645,"is_public":true,"post_count":61,"description":""},{"id":363,"name":"Angel_Beats!_-1st_beat-","created_at":"2015-06-28T07:42:05.726Z","updated_at":"2015-07-10T03:45:30.290Z","user_id":11649,"is_public":true,"post_count":86,"description":"Visual Novel by Key"}]
|
|
@ -1 +1,21 @@
|
|||
/*
|
||||
* Copyright 2015 Luca Beltrame <lbeltrame@kde.org>
|
||||
*
|
||||
* This file is part of Danbooru Client.
|
||||
*
|
||||
* Danbooru Client is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Danbooru Client is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Danbooru Client. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "test_danbooru_pool.h"
|
||||
|
|
|
@ -1 +1,26 @@
|
|||
/*
|
||||
* Copyright 2015 Luca Beltrame <lbeltrame@kde.org>
|
||||
*
|
||||
* This file is part of Danbooru Client.
|
||||
*
|
||||
* Danbooru Client is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Danbooru Client is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Danbooru Client. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef TEST_DANBOORUPOOL_H
|
||||
#define TEST_DANBOORUPOOL_H
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue