diff options
author | Marius Kintel <marius@kintel.net> | 2014-01-14 01:57:49 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-01-14 01:57:49 (GMT) |
commit | 34ae2b8f68b73b91f5c4c522620aeed8e5a9e7b7 (patch) | |
tree | a6f44723e944da89ec34823cc5fddeeb41ad04a5 /tests | |
parent | 23b04c3a9f1aba164d7429fee4669de18a32d9a8 (diff) |
Testcase and fix for a problem transforming an empty bbox with very small numbers in a transformation matrix
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 3 | ||||
-rw-r--r-- | tests/regression/cgalpngtest/rotate-empty-bbox-expected.png | bin | 0 -> 7776 bytes | |||
-rw-r--r-- | tests/regression/opencsgtest/rotate-empty-bbox-expected.png | bin | 0 -> 8239 bytes | |||
-rw-r--r-- | tests/regression/throwntogethertest/rotate-empty-bbox-expected.png | bin | 0 -> 7837 bytes |
4 files changed, 2 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index daf7c1e..6e1f905 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -840,7 +840,8 @@ list(APPEND CGALPNGTEST_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/include- ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/use-tests.scad ${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/transform-nan-inf-tests.scad ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/localfiles-test.scad - ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/localfiles_dir/localfiles-compatibility-test.scad) + ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/localfiles_dir/localfiles-compatibility-test.scad + ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/rotate-empty-bbox.scad) list(APPEND OPENCSGTEST_FILES ${CGALPNGTEST_FILES}) list(APPEND OPENCSGTEST_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/intersection-prune-test.scad) diff --git a/tests/regression/cgalpngtest/rotate-empty-bbox-expected.png b/tests/regression/cgalpngtest/rotate-empty-bbox-expected.png Binary files differnew file mode 100644 index 0000000..f3fa75f --- /dev/null +++ b/tests/regression/cgalpngtest/rotate-empty-bbox-expected.png diff --git a/tests/regression/opencsgtest/rotate-empty-bbox-expected.png b/tests/regression/opencsgtest/rotate-empty-bbox-expected.png Binary files differnew file mode 100644 index 0000000..182a879 --- /dev/null +++ b/tests/regression/opencsgtest/rotate-empty-bbox-expected.png diff --git a/tests/regression/throwntogethertest/rotate-empty-bbox-expected.png b/tests/regression/throwntogethertest/rotate-empty-bbox-expected.png Binary files differnew file mode 100644 index 0000000..4408dc1 --- /dev/null +++ b/tests/regression/throwntogethertest/rotate-empty-bbox-expected.png |