fix calendar imten hourly 60 min
This commit is contained in:
parent
9283edb357
commit
188fdb7cee
@ -440,8 +440,8 @@ void TestTimeManager::testCalendarItemHourly_data()
|
|||||||
{
|
{
|
||||||
QTest::addColumn<int>("duration");
|
QTest::addColumn<int>("duration");
|
||||||
|
|
||||||
QTest::newRow("hourly - for 5 minutes") << 5;
|
|
||||||
QTest::newRow("hourly - for 60 minutes") << 60;
|
QTest::newRow("hourly - for 60 minutes") << 60;
|
||||||
|
QTest::newRow("hourly - for 5 minutes") << 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
void TestTimeManager::testCalendarItemHourly()
|
void TestTimeManager::testCalendarItemHourly()
|
||||||
|
|||||||
Reference in New Issue
Block a user