Fix tests

This commit is contained in:
James Graham
2026-02-12 17:33:32 +00:00
parent 9f6853f771
commit c5457a893f
5 changed files with 12 additions and 5 deletions

View File

@@ -48,7 +48,6 @@ public:
if (!doc) {
return false;
}
// qWarning() << doc->toPlainText() <<text;
return text == doc->toPlainText();
}
@@ -58,7 +57,6 @@ public:
if (cursor.isNull()) {
return false;
}
// qWarning() << RichFormat::formatsAtCursor(cursor) <<formats;
return RichFormat::formatsAtCursor(cursor) == formats;
}