summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-04-02 15:51:50 +0200
committerBastien Nocera <hadess@hadess.net>2020-04-02 15:51:50 +0200
commitcfdf6d3dacbc803127bcfbac6d16aa41cbfe3769 (patch)
tree54a210dc8f9521b4b77388429ef7bfd5646c997e /tests
parentf57bec3322921631c322b7d151fb129125b9d80d (diff)
downloadgdk-pixbuf-cfdf6d3dacbc803127bcfbac6d16aa41cbfe3769.tar.gz
tests: Add test file for issue 70
From https://bugs.launchpad.net/inkscape/+bug/1746054/comments/5
Diffstat (limited to 'tests')
-rw-r--r--tests/issue70.jpgbin0 -> 3396162 bytes
-rw-r--r--tests/meson.build3
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/issue70.jpg b/tests/issue70.jpg
new file mode 100644
index 000000000..a46347566
--- /dev/null
+++ b/tests/issue70.jpg
Binary files differ
diff --git a/tests/meson.build b/tests/meson.build
index e111084c1..d3453d3f9 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -148,7 +148,8 @@ test_data = [
'bug775693.pixdata',
'bug775229.pixdata',
'aero.gif',
- 'circular-table.gif'
+ 'circular-table.gif',
+ 'issue70.jpg',
]
installed_test_bindir = join_paths(gdk_pixbuf_libexecdir, 'installed-tests', meson.project_name())