Relaxed test conditions for cell hull generator test.

This commit is contained in:
Matthias Koefferlein 2017-08-12 10:11:28 +02:00
parent a6723a8155
commit e9dd19ad0b
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ TEST(2)
chg.generate_hull (c1, hull);
EXPECT_EQ (hull.size (), size_t (1));
EXPECT_EQ (hull.front ().holes (), size_t (0));
EXPECT_EQ (hull.front ().hull ().size () <= 8, true);
EXPECT_EQ (hull.front ().hull ().size () <= 10, true);
EXPECT_EQ (check_hull (hull, c1.shapes (l1)), true);
}