Fix whitespace issue in the QVideoFrame auto test.
The test was failing because it was expecting a trailing whitespace directly after the serialization of the meta-data map. Change-Id: I62aa022492c721d408d23a98e8a3cfa173f45e68 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
8827ca8571
commit
4050cdf66d
@@ -1108,7 +1108,7 @@ void tst_QVideoFrame::debug_data()
|
|||||||
QVideoFrame g7(0, QSize(320,240), 640, QVideoFrame::Format_ARGB32);
|
QVideoFrame g7(0, QSize(320,240), 640, QVideoFrame::Format_ARGB32);
|
||||||
g7.setStartTime(9000000000LL);
|
g7.setStartTime(9000000000LL);
|
||||||
g7.setMetaData("bar", 42);
|
g7.setMetaData("bar", 42);
|
||||||
QTest::newRow("more valid for long forever + metadata") << g7 << QString::fromLatin1("QVideoFrame(QSize(320, 240) , Format_ARGB32, NoHandle, NotMapped, 2:30:00.00 - forever, metaData: QMap((\"bar\", QVariant(int, 42) ) ) )");
|
QTest::newRow("more valid for long forever + metadata") << g7 << QString::fromLatin1("QVideoFrame(QSize(320, 240) , Format_ARGB32, NoHandle, NotMapped, 2:30:00.00 - forever, metaData: QMap((\"bar\", QVariant(int, 42) ) ) )");
|
||||||
}
|
}
|
||||||
|
|
||||||
void tst_QVideoFrame::debug()
|
void tst_QVideoFrame::debug()
|
||||||
|
|||||||
Reference in New Issue
Block a user