Skip to content

Commit d370583

Browse files
committed
FileFormatTest: Disallow adjacent hole points
1 parent aa63060 commit d370583

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/file_format_t.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,6 @@ void FileFormatTest::ocdPathImportTest_data()
14531453
0,
14541454
0,
14551455
MapCoord::ClosePoint | MapCoord::HolePoint,
1456-
MapCoord::ClosePoint | MapCoord::HolePoint,
14571456
0,
14581457
0,
14591458
MapCoord::ClosePoint
@@ -1479,8 +1478,6 @@ void FileFormatTest::ocdPathImportTest_data()
14791478
0,
14801479
0,
14811480
MapCoord::ClosePoint | MapCoord::HolePoint,
1482-
MapCoord::ClosePoint | MapCoord::HolePoint,
1483-
MapCoord::ClosePoint | MapCoord::HolePoint,
14841481
0,
14851482
0,
14861483
MapCoord::ClosePoint

0 commit comments

Comments
 (0)