Fix / improvement of unit tests.

This commit is contained in:
bubnikv
2019-10-25 19:06:40 +02:00
parent c16b7eba53
commit f96cb5db5e
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ Slic3r::Points collinear_circle({
Slic3r::Point::new_scale(-5, 0)
});
SCENARIO("Remove collinear points from Polygon") {
SCENARIO("Remove collinear points from Polygon", "[Polygon]") {
GIVEN("Polygon with collinear points"){
Slic3r::Polygon p(collinear_circle);
WHEN("collinear points are removed") {