Added testcase for #166.

This commit is contained in:
Matthias Koefferlein 2018-09-17 01:51:23 +02:00
parent f72fda7bae
commit 6efdb3a9e1
3 changed files with 1 additions and 1 deletions

View File

@ -1151,5 +1151,5 @@ TEST(166)
{
db::GDS2WriterOptions opt;
opt.max_vertex_count = 4;
run_test (_this, "t166.oas.gz", "t166_au.gds.gz", true, opt);
run_test (_this, "t166.oas.gz", "t166_au.gds.gz", false, opt);
}