Added test case for #166.

This commit is contained in:
Matthias Koefferlein 2018-09-17 01:48:31 +02:00
parent e9de4252fb
commit f72fda7bae
3 changed files with 8 additions and 0 deletions

View File

@ -1145,3 +1145,11 @@ TEST(121)
opt.max_vertex_count = 4;
run_test (_this, "t121.oas.gz", "t121_au.gds.gz", true, opt);
}
// Extreme fracturing by max. points
TEST(166)
{
db::GDS2WriterOptions opt;
opt.max_vertex_count = 4;
run_test (_this, "t166.oas.gz", "t166_au.gds.gz", true, opt);
}

BIN
testdata/gds/bug_166.oas.gz vendored Normal file

Binary file not shown.

BIN
testdata/gds/bug_166_au.gds.gz vendored Normal file

Binary file not shown.