forked from loafle/openapi-generator-original
[cpp-qt5] client response headers and validation of properties for client and server (#1508)
* Add validation of required properties Add Header extraction for client * Remove some todos * Add Test for Store API Improve some checks for serialization
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
PetApiTests::PetApiTests () {}
|
||||
|
||||
PetApiTests::~PetApiTests () {
|
||||
exit(1);
|
||||
|
||||
}
|
||||
|
||||
OAIPetApi* PetApiTests::getApi() {
|
||||
@@ -35,7 +35,6 @@ void PetApiTests::runTests() {
|
||||
|
||||
void PetApiTests::findPetsByStatusTest() {
|
||||
OAIPetApi* api = getApi();
|
||||
|
||||
QEventLoop loop;
|
||||
QTimer timer;
|
||||
timer.setInterval(14000);
|
||||
|
||||
Reference in New Issue
Block a user