forked from loafle/openapi-generator-original
Update tests to prevent memory leakage (#4164)
Install C and C++ tools in Travis
This commit is contained in:
@@ -7,7 +7,6 @@ using namespace OpenAPI;
|
||||
class PetApiTests: public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
OAIPetApi* getApi();
|
||||
OAIPet createRandomPet();
|
||||
|
||||
private slots:
|
||||
@@ -15,4 +14,6 @@ private slots:
|
||||
void createAndGetPetTest();
|
||||
void updatePetTest();
|
||||
void updatePetWithFormTest();
|
||||
private:
|
||||
const QString PetStoreHost = QStringLiteral("http://petstore.swagger.io");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user