Remove duplicate tst_QVariant canConvert:Int data row
There were simply two copies of the same row-adding code. Change-Id: I12240dedf2649c314ad32984f4de9d6b9bf280d8 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>bb10
parent
691de7f696
commit
1f07199a48
|
|
@ -526,9 +526,6 @@ void tst_QVariant::canConvert_data()
|
|||
var = QVariant((uint)1);
|
||||
QTest::newRow("UInt")
|
||||
<< var << N << N << Y << N << Y << N << N << N << N << Y << N << N << Y << N << N << N << Y << N << N << N << N << N << N << N << N << N << Y << N << N << Y << Y;
|
||||
var = QVariant((int)1);
|
||||
QTest::newRow("Int")
|
||||
<< var << N << N << Y << N << Y << N << N << N << N << Y << N << N << Y << N << Y << N << Y << N << N << N << N << N << N << N << N << N << Y << N << N << Y << Y;
|
||||
var = QVariant((qulonglong)1);
|
||||
QTest::newRow("ULongLong")
|
||||
<< var << N << N << Y << N << Y << N << N << N << N << Y << N << N << Y << N << N << N << Y << N << N << N << N << N << N << N << N << N << Y << N << N << Y << Y;
|
||||
|
|
|
|||
Loading…
Reference in New Issue