mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-02-15 22:13:00 -05:00
GIT_SILENT anitest: Fix typo
text -> test
This commit is contained in:
@ -48,7 +48,7 @@ private Q_SLOTS:
|
|||||||
QCOMPARE(reader.text(QStringLiteral("Author")), QStringLiteral("KDE Community"));
|
QCOMPARE(reader.text(QStringLiteral("Author")), QStringLiteral("KDE Community"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void textRead()
|
void testRead()
|
||||||
{
|
{
|
||||||
QImageReader reader(QFINDTESTDATA("ani/test.ani"));
|
QImageReader reader(QFINDTESTDATA("ani/test.ani"));
|
||||||
QVERIFY(reader.canRead());
|
QVERIFY(reader.canRead());
|
||||||
|
|||||||
Reference in New Issue
Block a user