#1246 Added testcase

master
Marius Kintel 2015-03-07 18:14:12 -05:00
parent ade90b2275
commit 56723afa50
5 changed files with 6 additions and 1 deletions

4
testdata/scad/bugs/issue1246.scad vendored Normal file
View File

@ -0,0 +1,4 @@
polyhedron(points = [[0,0,0], [1,0,0], [0/0, 0/0, 0/0], [0/0, 0/0, 0/0]],
faces = [[0,1,3,2]]);
polyhedron(points = [[0,0,0], [1,0,0], [0/0, 0/0, 0/0], [0/0, 0/0, 0/0]],
faces = [[0,1,2]]);

View File

@ -1287,7 +1287,8 @@ list(APPEND BUGS_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue13.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue945d.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue945e.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1223.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1223b.scad)
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1223b.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1246.scad)
# We know that we cannot import weakly manifold files into CGAL, so to make tests easier
# to manage, don't try. Once we improve import, we can reenable this

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB