Fixing tests after layer names get loaded properly

This commit is contained in:
Matthias Koefferlein
2026-07-18 00:38:38 +02:00
parent edad8f5221
commit 8b867bbc44
3 changed files with 15 additions and 12 deletions
@@ -85,7 +85,7 @@ void run_test (tl::TestBase *_this, const std::string &file, const db::NetTracer
fn += file_au;
CHECKPOINT ();
db::compare_layouts (_this, layout_nets, fn, db::NormalizationMode (db::WriteOAS | db::AsPolygons));
db::compare_layouts (_this, layout_nets, fn, db::NormalizationMode (db::WriteOAS | db::AsPolygons | db::WithoutLayerNames));
}
TEST(1)