Add even more debug output to the test
This commit is contained in:
@@ -183,7 +183,9 @@ TEST_CASE("wxHtmlPrintout::Pagination", "[html][print]")
|
|||||||
text
|
text
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
INFO("Using base font size " << adjFontSize);
|
const wxSize ext = dc.GetTextExtent("Something");
|
||||||
|
WARN("Using base font size " << adjFontSize
|
||||||
|
<< ", text extent of \"Something\" is " << ext.x << "x" << ext.y);
|
||||||
CHECK( CountPages(pr) == 3 );
|
CHECK( CountPages(pr) == 3 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user