From 2c8a1ad6ff176d337024abf2986ad53c76edc305 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Fri, 30 Jan 2026 17:35:56 +0100 Subject: [PATCH] GIT_SILENT anitest: Fix typo text -> test --- autotests/anitest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/anitest.cpp b/autotests/anitest.cpp index b4bdb2b..eaa3a80 100644 --- a/autotests/anitest.cpp +++ b/autotests/anitest.cpp @@ -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());