summaryrefslogtreecommitdiff
path: root/test/mime-surface-api.c
Commit message (Collapse)AuthorAgeFilesLines
* Use HTTPS URLs for cairographics.org domainsPaul Menzel2018-10-161-2/+2
| | | | | | | | Run the command below suggested by geirha in ##sed@irc.freenode.net. git grep -l 'http://.*cairographics.org' | xargs sed -i 's|http\(://\([[:alnum:].-]*\.\)\{0,1\}cairographics\.org\)|https\1|g' Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
* test: Add mime-surface-apiUli Schlachter2011-10-041-0/+151
This test checks if setting and unsetting mime data works correctly. E.g. this verifies that we get the same pointer back which we passed in (=no copy made). This test currently crashes in its last call to cairo_surface_get_mime_data(). Signed-off-by: Uli Schlachter <psychon@znc.in>