diff options
author | Marius Kintel <marius@kintel.net> | 2013-07-02 04:16:07 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-07-02 04:16:07 (GMT) |
commit | 6082dafad8fd29d316d91783678e48a17f785739 (patch) | |
tree | 431df1c1c97397af770dc7aa8ace5a31f4e17d22 /tests/regression/dumptest/example001-expected.csg | |
parent | 4d18db65e3d1f31057012bd53c57ce51ad6417dd (diff) |
Re-enable tests which previously cause floating point comparison issues
Diffstat (limited to 'tests/regression/dumptest/example001-expected.csg')
-rw-r--r-- | tests/regression/dumptest/example001-expected.csg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/regression/dumptest/example001-expected.csg b/tests/regression/dumptest/example001-expected.csg index ab7e4e9..6bcfa1d 100644 --- a/tests/regression/dumptest/example001-expected.csg +++ b/tests/regression/dumptest/example001-expected.csg @@ -1,20 +1,20 @@ group() { group() { difference() { - sphere($fn = 0, $fa = 12, $fs = 1, r = 25); + sphere($fn = 0, $fa = 12, $fs = 2, r = 25); group() { multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { - cylinder($fn = 0, $fa = 12, $fs = 1, h = 62.5, r1 = 12.5, r2 = 12.5, center = true); + cylinder($fn = 0, $fa = 12, $fs = 2, h = 62.5, r1 = 12.5, r2 = 12.5, center = true); } } group() { - multmatrix([[1, 0, 0, 0], [0, 6.12323e-17, -1, 0], [0, 1, 6.12323e-17, 0], [0, 0, 0, 1]]) { - cylinder($fn = 0, $fa = 12, $fs = 1, h = 62.5, r1 = 12.5, r2 = 12.5, center = true); + multmatrix([[1, 0, 0, 0], [0, 0, -1, 0], [0, 1, 0, 0], [0, 0, 0, 1]]) { + cylinder($fn = 0, $fa = 12, $fs = 2, h = 62.5, r1 = 12.5, r2 = 12.5, center = true); } } group() { - multmatrix([[6.12323e-17, 0, 1, 0], [0, 1, 0, 0], [-1, 0, 6.12323e-17, 0], [0, 0, 0, 1]]) { - cylinder($fn = 0, $fa = 12, $fs = 1, h = 62.5, r1 = 12.5, r2 = 12.5, center = true); + multmatrix([[0, 0, 1, 0], [0, 1, 0, 0], [-1, 0, 0, 0], [0, 0, 0, 1]]) { + cylinder($fn = 0, $fa = 12, $fs = 2, h = 62.5, r1 = 12.5, r2 = 12.5, center = true); } } } |