calendarui/views/dayview/tsrc/unittests/unittest_calendaystatusstrip/unittest_calendaystatusstrip.cpp
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 63 a3cb48f6c889
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
   275                                              <<  QTime(13,00,00);
   275                                              <<  QTime(13,00,00);
   276     QTest::newRow("time start > 30m and end > 23h30m") <<  QTime(20,35,00)
   276     QTest::newRow("time start > 30m and end > 23h30m") <<  QTime(20,35,00)
   277                                              <<  QTime(23,35,00)
   277                                              <<  QTime(23,35,00)
   278                                              <<  QTime(20,30,00)
   278                                              <<  QTime(20,30,00)
   279                                              <<  QTime(23,59,00);
   279                                              <<  QTime(23,59,00);
       
   280     QTest::newRow("time start < 30m and end > 23h00m") <<  QTime(11,19,00)
       
   281                                              <<  QTime(23,10,00)
       
   282                                              <<  QTime(11,00,00)
       
   283                                              <<  QTime(23,30,00);
   280 }
   284 }
   281 
   285 
   282 /*!
   286 /*!
   283    Test calculating start and end time drawing of event bubble on prepared data
   287    Test calculating start and end time drawing of event bubble on prepared data
   284    \sa testCalculateStartEndTimePosition_data
   288    \sa testCalculateStartEndTimePosition_data