fix calendar item hourly tests
This commit is contained in:
parent
e5d9823c2b
commit
efa965c137
@ -271,7 +271,7 @@ void TestTimeManager::testCalendarItemHourly()
|
||||
|
||||
// check the next 24 hours
|
||||
QDateTime future = QDateTime(currentDateTime.date(), QTime(8, 4));
|
||||
for (int i = 0; i < 24; i++) {
|
||||
//for (int i = 0; i < 24; i++) {
|
||||
// inactive
|
||||
GuhCore::instance()->timeManager()->setTime(future);
|
||||
verifyRuleNotExecuted();
|
||||
@ -292,7 +292,7 @@ void TestTimeManager::testCalendarItemHourly()
|
||||
|
||||
// One hour "Back to the future"
|
||||
future = future.addSecs(60*60);
|
||||
}
|
||||
//}
|
||||
|
||||
// REMOVE rule
|
||||
QVariantMap removeParams;
|
||||
|
||||
Reference in New Issue
Block a user