Updates to allow the setting of the dateTime format string (#5763)

This commit is contained in:
sunn
2020-04-09 09:20:35 +02:00
committed by GitHub
parent d599527104
commit c73f3c5eb2
9 changed files with 170 additions and 16 deletions

View File

@@ -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;