Initial work on PDF tests - #335
Conversation
|
Thanks a lot for the interest! Perhaps also worth adding the existing pdf tests of mORMot 1. Also, ensure your code compiles with FPC, and has no warning. Your usage of TBytes/string is somewhat dubious. |
|
New version should work with FPC, adds tests from mORMot1 and doesn't have any warning. |
|
Thanks a lot. |
|
bonjour |
Better ask your question in English on the forum, please. TL&WR: Pas de support FMX pour l'instant, mormot.ui.pdf est du pur VCL + Windows. |
Based on the initial PDF test work from pull request synopse#335. Co-authored-by: jonjbar <17639746+jonjbar@users.noreply.github.com>
|
Has been eventually implemented from #571 pull request. Thanks for your initial work and interest! |
This PR introduces the foundational setup for testing the PDF generation process. These tests can be improved to ensure that any future changes to the codebase do not unintentionally break the PDF generation functionality. This test suite could also double as a learning resource for new users.