Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix QQuickTextInput test failure on Windows
Task-number: QTBUG-24790
Change-Id: I1d78df79568389f8c59f99ace9e2d7685b5d8f0d
Reviewed-by: Martin Jones <martin.jones@nokia.com>
  • Loading branch information
yinyunqiao authored and Qt by Nokia committed Mar 20, 2012
1 parent 70a7c0e commit efe0c53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp
Expand Up @@ -4507,9 +4507,6 @@ void tst_qquicktextinput::undo_keypressevents_data()
<< Qt::Key_Delete
<< QKeySequence::Undo
<< Qt::Key_Right
#ifdef Q_OS_WIN //Mac(?) has a specialcase to handle jumping to the end of a selection
<< Qt::Key_Left
#endif
<< (Qt::Key_Right | Qt::ShiftModifier) << (Qt::Key_Right | Qt::ShiftModifier)
<< Qt::Key_Delete;

Expand Down

0 comments on commit efe0c53

Please sign in to comment.