From 16355d545b936f42008f1eeac7835f8b4130048d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 20 Sep 2017 04:29:04 +1000 Subject: Fix T52834: Polyfill2D fails with co-linear edges --- tests/gtests/blenlib/BLI_polyfill2d_test.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/gtests/blenlib/BLI_polyfill2d_test.cc b/tests/gtests/blenlib/BLI_polyfill2d_test.cc index 5f10837fca1..ca3a67bd0a7 100644 --- a/tests/gtests/blenlib/BLI_polyfill2d_test.cc +++ b/tests/gtests/blenlib/BLI_polyfill2d_test.cc @@ -540,7 +540,6 @@ TEST(polyfill2d, IssueT41986_axis_align) TEST_POLYFILL_TEMPLATE_STATIC(poly, false); } -#if 0 /* Blender bug T52834 */ TEST(polyfill2d, IssueT52834_axis_align_co_linear) { @@ -554,5 +553,3 @@ TEST(polyfill2d, IssueT52834_axis_align_co_linear) TEST_POLYFILL_TEMPLATE_STATIC(poly, false); } -#endif - -- cgit v1.2.3