| 944 | } |
| 945 | |
| 946 | void TestDocument::Synchronizer_syncFromPDF() |
| 947 | { |
| 948 | QFETCH(QSharedPointer<TWSyncTeXSynchronizer>, synchronizer); |
| 949 | QFETCH(TWSynchronizer::Resolution, resolution); |
| 950 | QFETCH(TWSynchronizer::TeXSyncPoint, texPoint); |
| 951 | QFETCH(TWSynchronizer::PDFSyncPoint, pdfPoint); |
| 952 | |
| 953 | QCOMPARE(synchronizer->syncFromPDF(pdfPoint, resolution), texPoint); |
| 954 | } |
| 955 | |
| 956 | void TestDocument::rootFile_data() |
| 957 | { |
nothing calls this directly
no test coverage detected