Updated test because of edge pair normlization

This commit is contained in:
Matthias Koefferlein 2019-03-09 20:25:45 +01:00
parent 6932977273
commit 37cc84908e
1 changed files with 1 additions and 1 deletions

View File

@ -147,5 +147,5 @@ TEST(4)
ep.insert_into_as_polygons (&ly, top_cell, l1, 1);
db::Region r (db::RecursiveShapeIterator (ly, ly.cell (top_cell), l1));
EXPECT_EQ (r.to_string (), "(-11,-20;50,51;9,20;90,81);(-10,-21;9,20;110,121;91,80)");
EXPECT_EQ (r.to_string (), "(-10,-21;9,20;50,51;91,80);(-10,-21;9,20;110,121;91,80)");
}