| 189 | } |
| 190 | |
| 191 | void TestDocument::isPostscriptFile() |
| 192 | { |
| 193 | QFETCH(bool, success); |
| 194 | QCOMPARE(Tw::Document::isPostscriptFile(QString::fromUtf8(QTest::currentDataTag())), success); |
| 195 | } |
| 196 | |
| 197 | void TestDocument::fileInfo() |
| 198 | { |
nothing calls this directly
no test coverage detected