12/17 Test #12: kmime-dateformattertest ..........***Failed 0.00 sec ********* Start testing of DateFormatterTest ********* Config: Using QtTest library 5.9.1, Qt 5.9.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 6.4.0) PASS : DateFormatterTest::initTestCase() FAIL! : DateFormatterTest::testFancyFormat() Compared values are not the same Actual (f.dateString(dt)) : "Today 12:34" Expected (QString::fromLatin1("Today 12:34:56")): "Today 12:34:56" Loc: [/usr/src/packages/user/kmime/src/kmime-17.08.1/autotests/dateformattertest.cpp(40)] PASS : DateFormatterTest::testLocalizedFormat() PASS : DateFormatterTest::cleanupTestCase() Totals: 3 passed, 1 failed, 0 skipped, 0 blacklisted, 0ms ********* Finished testing of DateFormatterTest ********* Internally, fancy format uses QLocale::ShortFormat, which is of course non-portable. This could mean anything, and on Mac OS X and Windows it is even user-customisable. I would personally either not test Fancy Format, or if you must test Fancy Format for the "Today" / "Yesterday" feature, then call QTime::toString(ShortFormat) on the 12:34:56 time specified for that part of the return value instead of relying on the format being hh:mm:ss.
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!