openscad / openscad

OpenSCAD - The Programmers Solid 3D CAD Modeller
https://www.openscad.org
Other
6.96k stars 1.2k forks source link

regression test should test multiple subsequent renders #70

Open donbright opened 12 years ago

donbright commented 12 years ago

there are some problems that only show up when you go in the GUI and try to render a file, open another file, and then render it. this can show up when altering the internal code of the system like the GL rendering ... the regression tests pass, but running in the GUI and loading/reloading files produces errors.

--- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/218853-regression-test-should-test-multiple-subsequent-renders?utm_campaign=plugin&utm_content=tracker%2F52063&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://app.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F52063&utm_medium=issues&utm_source=github).
donbright commented 12 years ago

id also like to suggest that perhaps multiple renderings of a single object be tested as well... through rotation, panning, change from perspective to orthogonal projection, etc. i guess we are getting into the territory of 'UI testing' here a little bit.