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
|
text
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
const wxSize ext = dc.GetTextExtent("Something");
|
INFO("Using base font size " << fontFixedPixelSize.GetPointSize());
|
||||||
WARN("Using base font size " << fontFixedPixelSize.GetPointSize()
|
|
||||||
<< ", text extent of \"Something\" is " << ext.x << "x" << ext.y);
|
|
||||||
CHECK( CountPages(pr) == 3 );
|
CHECK( CountPages(pr) == 3 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user