Remove debugging from test case, fix size check.
This commit is contained in:
parent
f6a858b6c9
commit
cdb9bdb392
1 changed files with 1 additions and 2 deletions
|
@ -81,8 +81,7 @@ SECTION("svg_scaled")
|
|||
CHECK(im.height() == 50);
|
||||
|
||||
std::string pngdata = mapnik::save_to_string<mapnik::image_rgba8>(raw,"png");
|
||||
mapnik::save_to_file<mapnik::image_rgba8>(raw,"test.png","png");
|
||||
CHECK(pngdata.length() == 1270);
|
||||
CHECK(pngdata.length() == 616);
|
||||
|
||||
} // END SECTION
|
||||
|
||||
|
|
Loading…
Reference in a new issue