Revert "Add even more debug output to the test"
This reverts commit 1ce009e73a
as AppVeyor
test failures problem is fixed now.
This commit is contained in:
parent
542124aa95
commit
6acd663190
@ -183,9 +183,7 @@ TEST_CASE("wxHtmlPrintout::Pagination", "[html][print]")
|
||||
text
|
||||
)
|
||||
);
|
||||
const wxSize ext = dc.GetTextExtent("Something");
|
||||
WARN("Using base font size " << fontFixedPixelSize.GetPointSize()
|
||||
<< ", text extent of \"Something\" is " << ext.x << "x" << ext.y);
|
||||
INFO("Using base font size " << fontFixedPixelSize.GetPointSize());
|
||||
CHECK( CountPages(pr) == 3 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user