Put the mistaken test case back in.

This commit is contained in:
Bill Currie 2011-12-04 11:00:38 +09:00
parent eb5d2720e4
commit e5903a60ff

View file

@ -174,6 +174,8 @@ test_t tests[] = {
{"Box, ridge", &box, &hull_ridge,
{4, 0, 41}, { 4, 0, 39}, { 0.5, 0, 0, 1, 0, 8}},
{"Box, ridge, all solid", &box, &hull_ridge,
{4, 41, 0}, { 4, 39, 0}, { 1, 1, 1, 0, 0, 8}},
};
#define num_tests (sizeof (tests) / sizeof (tests[0]))