Skip to content
  • Albert Astals Cid's avatar
    Fix TodoTest::testStatus · a21cd8ca
    Albert Astals Cid authored
    Since the variables are called today and yesterday assume the todo is
    allday based, otherwise the test fails "randomly" if the time between
    todo1.setDtDue(today);
    and
    QVERIFY(!todo1.isOverdue());
    is more than 1 msec.
    a21cd8ca