mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-09 20:05:51 +00:00
add tests for abstract formatter
This commit is contained in:
@ -27,7 +27,8 @@
|
||||
|
||||
void TestAWDateTimeFormatter::initTestCase()
|
||||
{
|
||||
format = AWTestLibrary::randomSelect(QString(TIME_KEYS).split(QChar(','))).join(QChar(' '));
|
||||
format = AWTestLibrary::randomSelect(QString(TIME_KEYS).split(QChar(',')))
|
||||
.join(QChar(' '));
|
||||
|
||||
formatter = new AWDateTimeFormatter(nullptr);
|
||||
formatter->setFormat(format);
|
||||
|
Reference in New Issue
Block a user