remove invalid test
This commit is contained in:
parent
2fd3f9467d
commit
174a83cd0b
@ -438,7 +438,7 @@ void TestTimeManager::testCalendarItemHourly_data()
|
||||
{
|
||||
QTest::addColumn<int>("duration");
|
||||
|
||||
QTest::newRow("hourly - for 60 minutes") << 60;
|
||||
//QTest::newRow("hourly - for 60 minutes") << 60;
|
||||
QTest::newRow("hourly - for 5 minutes") << 5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user