summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrysn <chrysn@fsfe.org>2013-06-24 16:40:13 (GMT)
committerchrysn <chrysn@fsfe.org>2013-06-25 11:41:48 (GMT)
commit84857ac157d3097be4ca32378cbd0855e4577b90 (patch)
treec2a7aed9695d480611d3e0e606391e0e2a7d1ac3
parent850058eb6996a7b0a51b92a0afe4370a3080827c (diff)
modify root modifier example now that the test program respects the root modifier
as the dumptests are now run from a full openscad, the root modifier is respected by the test program too; reflectin that in the unit test
-rw-r--r--tests/regression/dumptest/root-modifier-expected.csg7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/regression/dumptest/root-modifier-expected.csg b/tests/regression/dumptest/root-modifier-expected.csg
index d7666d6..799636d 100644
--- a/tests/regression/dumptest/root-modifier-expected.csg
+++ b/tests/regression/dumptest/root-modifier-expected.csg
@@ -1,6 +1 @@
-group() {
- difference() {
- sphere($fn = 0, $fa = 12, $fs = 2, r = 10);
- cylinder($fn = 0, $fa = 12, $fs = 2, h = 30, r1 = 6, r2 = 6, center = true);
- }
-}
+cylinder($fn = 0, $fa = 12, $fs = 2, h = 30, r1 = 6, r2 = 6, center = true);
contact: Jan Huwald // Impressum