summaryrefslogtreecommitdiffstats
path: root/tests/auto/printsupport/kernel/qprinter/tst_qprinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/printsupport/kernel/qprinter/tst_qprinter.cpp')
-rw-r--r--tests/auto/printsupport/kernel/qprinter/tst_qprinter.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/auto/printsupport/kernel/qprinter/tst_qprinter.cpp b/tests/auto/printsupport/kernel/qprinter/tst_qprinter.cpp
index 054800d829..d3ccb229fc 100644
--- a/tests/auto/printsupport/kernel/qprinter/tst_qprinter.cpp
+++ b/tests/auto/printsupport/kernel/qprinter/tst_qprinter.cpp
@@ -1067,8 +1067,8 @@ void tst_QPrinter::creator()
// creator() / setCreator() / PPK_Creator
// PdfFormat: Supported, default QString()
// NativeFormat, Cups: Supported, default QString()
- // NativeFormat, Win: Unsupported, always QString()
- // NativeFormat, Mac: Unsupported, always QString()
+ // NativeFormat, Win: Supported, default QString()
+ // NativeFormat, Mac: Supported, default QString()
QPrinter pdf;
pdf.setOutputFormat(QPrinter::PdfFormat);
@@ -1084,9 +1084,6 @@ void tst_QPrinter::creator()
// Test set/get
QString expected = QStringLiteral("Test Creator");
native.setCreator(expected);
-#if defined Q_OS_MAC || defined Q_OS_WIN
- expected.clear();
-#endif // Q_OS_MAC || Q_OS_WIN
QCOMPARE(native.creator(), expected);
// Test value preservation