I have been looking at the existing unit tests in the Inkscape codebase, and interestingly enough I've found a few references to test files in the exclude list of build.xml that don't actually exist. In part this is because they refer to automatically generated files from CxxTest unit tests, and some others are probably explained by tests that were converted from Utest to CxxTest. But I have also found a few which I can't explain:
- extension/script/bindtest.cpp - extension/script/cpptest.cpp - livarot/Path-test.cpp - trace/potrace/potest.cpp - widgets/test-widgets.cpp - removeoverlap/test.cpp - removeoverlap/remove_rectangle_overlap-test.cpp
If anyone knows what happened to these files, and especially if anyone has these files (or of course other test files) still lying around, I'd love to hear about it (and if you do have one, how usable is it).
BTW, there are also two nr-compose related test files which are not in the codebase, but I'm afraid that's due to me :) (I still have them lying around and will probably convert them to CxxTest and make sure they end up in the repository.)
participants (1)
-
Jasper van de Gronde