mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-12 13:25:50 +00:00
add configuration for cron
This commit is contained in:
@ -50,7 +50,10 @@ void TestAWStringFormatter::test_count()
|
||||
QCOMPARE(formatter->count(), count);
|
||||
|
||||
// test
|
||||
QString output = formatter->convert(AWTestLibrary::randomString());
|
||||
auto testString = AWTestLibrary::randomString();
|
||||
while (testString.count() > count)
|
||||
testString = AWTestLibrary::randomString();
|
||||
QString output = formatter->convert(testString);
|
||||
QCOMPARE(output.count(), count);
|
||||
|
||||
// reset
|
||||
|
Reference in New Issue
Block a user