Fix tests
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user