fix calendar imten hourly 60 min

This commit is contained in:
Simon Stürz 2016-04-19 14:26:57 +02:00 committed by Michael Zanetti
parent 9283edb357
commit 188fdb7cee

View File

@ -440,8 +440,8 @@ void TestTimeManager::testCalendarItemHourly_data()
{
QTest::addColumn<int>("duration");
QTest::newRow("hourly - for 5 minutes") << 5;
QTest::newRow("hourly - for 60 minutes") << 60;
QTest::newRow("hourly - for 5 minutes") << 5;
}
void TestTimeManager::testCalendarItemHourly()