From c8af337ad7744305dac8288e65190be821cc2547 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Wed, 29 Oct 2014 12:50:48 +0100 Subject: [PATCH] [test][buffer] remove _neg suffix from test-case-name, it is done automatically --- test/algorithms/buffer/polygon_buffer.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/algorithms/buffer/polygon_buffer.cpp b/test/algorithms/buffer/polygon_buffer.cpp index a5eb40ea9..329dd16fc 100644 --- a/test/algorithms/buffer/polygon_buffer.cpp +++ b/test/algorithms/buffer/polygon_buffer.cpp @@ -241,12 +241,12 @@ void test_all() test_one("indentation12", indentation, join_round, end_flat, 45.0537, 1.2); // Indentation - deflated - test_one("indentation4_neg", indentation, join_miter, end_flat, 6.99098413022335, -0.4); - test_one("indentation4_neg", indentation, join_round, end_flat, 7.25523322189147, -0.4); - test_one("indentation8_neg", indentation, join_miter, end_flat, 1.36941992048731, -0.8); - test_one("indentation8_neg", indentation, join_round, end_flat, 1.37375487490664, -0.8); - test_one("indentation12_neg", indentation, join_miter, end_flat, 0, -1.2); - test_one("indentation12_neg", indentation, join_round, end_flat, 0, -1.2); + test_one("indentation4", indentation, join_miter, end_flat, 6.99098413022335, -0.4); + test_one("indentation4", indentation, join_round, end_flat, 7.25523322189147, -0.4); + test_one("indentation8", indentation, join_miter, end_flat, 1.36941992048731, -0.8); + test_one("indentation8", indentation, join_round, end_flat, 1.37375487490664, -0.8); + test_one("indentation12", indentation, join_miter, end_flat, 0, -1.2); + test_one("indentation12", indentation, join_round, end_flat, 0, -1.2); test_one("donut_simplex6", donut_simplex, join_miter, end_flat, 53.648, 0.6); test_one("donut_simplex6", donut_simplex, join_round, end_flat, 52.820, 0.6);