Commit adbcfcff2d4488fdef11226b98ec22e4fc785249
1 parent
b19210fa
Remove duplicated coverage cases
Remove duplicated coverage cases from Sahil's code so existing test suite passes.
Showing
1 changed file
with
0 additions
and
3 deletions
libqpdf/QPDFWriter.cc
| ... | ... | @@ -2534,7 +2534,6 @@ QPDFWriter::writePCLmHeader() |
| 2534 | 2534 | this->final_extension_level = this->min_extension_level; |
| 2535 | 2535 | if (! this->forced_pdf_version.empty()) |
| 2536 | 2536 | { |
| 2537 | - QTC::TC("qpdf", "QPDFWriter using forced PDF version"); | |
| 2538 | 2537 | this->final_pdf_version = this->forced_pdf_version; |
| 2539 | 2538 | this->final_extension_level = this->forced_extension_level; |
| 2540 | 2539 | } |
| ... | ... | @@ -3325,8 +3324,6 @@ QPDFWriter::writePCLm() |
| 3325 | 3324 | |
| 3326 | 3325 | if (this->deterministic_id) |
| 3327 | 3326 | { |
| 3328 | - QTC::TC("qpdf", "QPDFWriter standard deterministic ID", | |
| 3329 | - this->object_stream_to_objects.empty() ? 0 : 1); | |
| 3330 | 3327 | popPipelineStack(); |
| 3331 | 3328 | assert(this->md5_pipeline == 0); |
| 3332 | 3329 | } | ... | ... |