tst_QKeySequence::parseString_data(): drop duplicated rows
The "a" and "A" rows appeared under Valid, then again under Only Keys. The two copies were identical, in each case, so drop the latter. Change-Id: Ib3d84710e772171bb4a5e0aefd20022810fb41cd Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
parent
ab27c1e2d5
commit
af0c910912
@ -558,10 +558,6 @@ void tst_QKeySequence::parseString_data()
|
||||
//QTest::newRow("Ctrl") << "Ctrl" << QKeySequence(Qt::CTRL);
|
||||
//QTest::newRow("Shift") << "Shift" << QKeySequence(Qt::SHIFT);
|
||||
|
||||
// Only Keys
|
||||
QTest::newRow("a") << "a" << QKeySequence(Qt::Key_A);
|
||||
QTest::newRow("A") << "A" << QKeySequence(Qt::Key_A);
|
||||
|
||||
// Incomplete
|
||||
QTest::newRow("Meta+Shift+") << "Meta+Shift+" << QKeySequence(Qt::Key_unknown);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user