Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.0.0, 5.2.1, 5.12.0, 5.14
-
None
-
OS X Lion, Xcode 4.2.1, clang 3.0
Description
FAIL! : tst_QDateTimeEdit::selectAndScrollWithKeys() Compared values are not the same Actual (testWidget->lineEdit()->selectedText()): 11/ Expected (QString("1")): 1 Loc: [tst_qdatetimeedit.cpp(789)] FAIL! : tst_QDateTimeEdit::backspaceKey() Compared values are not the same Actual (testWidget->text()): 11//2004 Expected (QString("11/05/200")): 11/05/200 Loc: [tst_qdatetimeedit.cpp(892)] FAIL! : tst_QDateTimeEdit::enterKey() '!testWidget->lineEdit()->hasSelectedText()' returned FALSE. () Loc: [tst_qdatetimeedit.cpp(1028)] FAIL! : tst_QDateTimeEdit::newCase() Compared values are not the same Actual (testWidget->lineEdit()->selectedText()): July Expected (QString()): Loc: [tst_qdatetimeedit.cpp(2554)] FAIL! : tst_QDateTimeEdit::newCase5() Compared values are not the same Actual (testWidget->lineEdit()->displayText()): 1-10-07 17:44:13 100 ms Expected (QString("2005-10-07 17:44:13 124 ms")): 2005-10-07 17:44:13 124 ms Loc: [tst_qdatetimeedit.cpp(2663)] FAIL! : tst_QDateTimeEdit::cursorPos() Compared values are not the same Actual (testWidget->lineEdit()->cursorPosition()): 10 Expected (3): 3 Loc: [tst_qdatetimeedit.cpp(2630)] FAIL! : tst_QDateTimeEdit::setSelectedSection() '!testWidget->lineEdit()->hasSelectedText()' returned FALSE. () Loc: [tst_qdatetimeedit.cpp(2773)] FAIL! : tst_QDateTimeEdit::reverseTest() Compared values are not the same Loc: [tst_qdatetimeedit.cpp(2890)] FAIL! : tst_QDateTimeEdit::ddMMMMyyyy() Compared values are not the same Actual (testWidget->lineEdit()->text()): 01.January. Expected ("01." + QDate::longMonthName(1) + ".200"): 01.January.200 Loc: [tst_qdatetimeedit.cpp(3042)] FAIL! : tst_QDateTimeEdit::potentialYYValueBug() Compared values are not the same Actual (edit.text()): 14//52 Expected (QString("14/09/5")): 14/09/5 Loc: [tst_qdatetimeedit.cpp(3331)] FAIL! : tst_QDateTimeEdit::textSectionAtEnd() Compared values are not the same Actual (edit.text()): January Expected (QString("Januar")): Januar Loc: [tst_qdatetimeedit.cpp(3346)]
Attachments
Issue Links
- is required for
-
QTBUG-24131 Autotests for Qt 5.0 on OSX
- Closed