Add a simple unit test for wxHtmlPrintout pagination logic

Verify that the number of pages to be printed is as expected.
This commit is contained in:
Vadim Zeitlin
2018-05-23 18:12:26 +02:00
parent 048b7f44ec
commit dd92a269c3
11 changed files with 116 additions and 2 deletions

View File

@@ -439,6 +439,9 @@
<File
RelativePath=".\html\htmlwindow.cpp">
</File>
<File
RelativePath=".\html\htmprint.cpp">
</File>
<File
RelativePath=".\controls\hyperlinkctrltest.cpp">
</File>