mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-01-30 18:20:07 -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"));
|
||||
}
|
||||
|
||||
void textRead()
|
||||
void testRead()
|
||||
{
|
||||
QImageReader reader(QFINDTESTDATA("ani/test.ani"));
|
||||
QVERIFY(reader.canRead());
|
||||
|
||||
Reference in New Issue
Block a user