From 6efdb3a9e17fa255ae6e77114638b4e5654b2015 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 17 Sep 2018 01:51:23 +0200 Subject: [PATCH] Added testcase for #166. --- src/db/unit_tests/dbGDS2Writer.cc | 2 +- testdata/gds/{bug_166.oas.gz => t166.oas.gz} | Bin testdata/gds/{bug_166_au.gds.gz => t166_au.gds.gz} | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename testdata/gds/{bug_166.oas.gz => t166.oas.gz} (100%) rename testdata/gds/{bug_166_au.gds.gz => t166_au.gds.gz} (100%) diff --git a/src/db/unit_tests/dbGDS2Writer.cc b/src/db/unit_tests/dbGDS2Writer.cc index b1f6f1246..0e0ebf893 100644 --- a/src/db/unit_tests/dbGDS2Writer.cc +++ b/src/db/unit_tests/dbGDS2Writer.cc @@ -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); } diff --git a/testdata/gds/bug_166.oas.gz b/testdata/gds/t166.oas.gz similarity index 100% rename from testdata/gds/bug_166.oas.gz rename to testdata/gds/t166.oas.gz diff --git a/testdata/gds/bug_166_au.gds.gz b/testdata/gds/t166_au.gds.gz similarity index 100% rename from testdata/gds/bug_166_au.gds.gz rename to testdata/gds/t166_au.gds.gz