mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 22:12:43 +00:00
Updates to allow the setting of the dateTime format string (#5763)
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#include <QCoreApplication>
|
||||
#include <QTest>
|
||||
|
||||
#include "PFXHelpers.h"
|
||||
#include "PetApiTests.h"
|
||||
#include "StoreApiTests.h"
|
||||
#include "UserApiTests.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
QCoreApplication a(argc, argv);
|
||||
::test_namespace::setDateTimeFormat("yyyy-MM-ddTHH:mm:ss.zzzZ");
|
||||
PetApiTests petApiTests;
|
||||
StoreApiTests storeApiTests;
|
||||
UserApiTests userApiTests;
|
||||
|
||||
Reference in New Issue
Block a user