summaryrefslogtreecommitdiffstats
path: root/testfiles/doc-per-case-test.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-07Remove _argv0 from Inkscape::ApplicationPatrick Storz1-1/+1
Currently it was only used as the least preferred (and therefore effectively unused) location where to store the crash backup. However it wasn't set properly since 408cb49b5559a81ea803df64bf58457a5dd4bf16 causing assertion errors while crashing. On top of that argv0 is not a reliable way to determine the path to the currently running executable anyway. Fixes https://gitlab.com/inkscape/inkscape/issues/176
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2016-06-09Rename test->testfiles folder to avoid naming conflictAlex Valavanis1-0/+0
(bzr r14967.1.1)
2015-05-05Added color profile test and supporting fixture.Jon A. Cruz1-0/+52
Added conversion of color profile tests, and a test fixture that sets up a shared SPDocument for all tests in a single test case. (bzr r14110)