Skip to content
  • Elvis Angelaccio's avatar
    Add expected failures for timestamp tests · 2fa96f4c
    Elvis Angelaccio authored
    They started to fail since Qt 5.11:
    
        FAIL!  : Cli7zTest::testList(normal-file-9381) Compared values are not the same
           Actual   (entry->property("timestamp").toString()): "2015-05-17T19:41:48.000"
           Expected (expectedTimestamp)                      : "2015-05-17T19:41:48"
    
    Something about datetime formats probably changed in Qt 5.11.
    
    Task: T8144
    2fa96f4c