#1165 Added testcase

master
Marius Kintel 2015-01-16 14:37:47 -05:00
parent 65e50b2be6
commit 7a8574aee2
7 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,4 @@
0,0,0
0,1,0
1,1,1
0,1,0

View File

@ -0,0 +1,4 @@
0,1,0
0,0,0
0,1,0
1,1,0

5
testdata/scad/bugs/issue1165.scad vendored Normal file
View File

@ -0,0 +1,5 @@
translate([0,10,0]) difference() {
cube(10, center=true);
translate([6,5.5,0]) cube(11, center=true);
translate([6,-5.500000000088,0]) cube(11, center=true);
}

View File

@ -1231,7 +1231,8 @@ list(APPEND BUGS_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue13.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1105.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1105b.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1105c.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1105d.scad)
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1105d.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1165.scad)
list(APPEND EXPORT3D_TEST_FILES ${BUGS_FILES})
list(REMOVE_ITEM EXPORT3D_TEST_FILES
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue899.scad

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB