diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-03 18:48:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-03 18:48:29 (GMT) |
commit | 5b0db2e7932833646b8423b6f725464a39b93242 (patch) | |
tree | 12b9b5066b7c7202ac5280bca433564575e17dc9 /tests/regression/dumptest/allmodules-expected.txt | |
parent | a8db9fa3dd1d8a3f2bbb2cc808b8909c91cb48ee (diff) |
Updated tests with latest toString() bugfix
Diffstat (limited to 'tests/regression/dumptest/allmodules-expected.txt')
-rw-r--r-- | tests/regression/dumptest/allmodules-expected.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/regression/dumptest/allmodules-expected.txt b/tests/regression/dumptest/allmodules-expected.txt index 2f920df..855b0e8 100644 --- a/tests/regression/dumptest/allmodules-expected.txt +++ b/tests/regression/dumptest/allmodules-expected.txt @@ -15,10 +15,10 @@ group() { linear_extrude(height = 100, center = false, convexity = 1, $fn = 0, $fa = 12, $fs = 1); rotate_extrude(convexity = 1, $fn = 0, $fa = 12, $fs = 1); rotate_extrude(convexity = 1, $fn = 0, $fa = 12, $fs = 1); - import(file = "", cache = "0.0", layer = "", origin = [ 0 0 ], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 1); - import(file = "", cache = "0.0", layer = "", origin = [ 0 0 ], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 1); - import(file = "", cache = "0.0", layer = "", origin = [ 0 0 ], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 1); - import(file = "", cache = "0.0", layer = "", origin = [ 0 0 ], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 1); + import(file = "", cache = "0.0", layer = "", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 1); + import(file = "", cache = "0.0", layer = "", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 1); + import(file = "", cache = "0.0", layer = "", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 1); + import(file = "", cache = "0.0", layer = "", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 1); group(); cube(size = [1, 1, 1], center = false); sphere($fn = 0, $fa = 12, $fs = 1, r = 1); |