summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-06-17 08:47:45 +0300
committerVille Skyttä <ville.skytta@iki.fi>2018-06-17 08:47:45 +0300
commit625b06fcdd3c523bc41a32033239014522e6ba4a (patch)
treec5a45b597bc7530e0713f9cf7da26070278bd048
parent3c14abcb43e17cc7d06c7f46cdc9dcb0c3eb178d (diff)
downloadshared-mime-info-625b06fcdd3c523bc41a32033239014522e6ba4a.tar.gz
tests: Add sqlite2 test
-rw-r--r--tests/list2
-rw-r--r--tests/test.sqlite2bin0 -> 4096 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/list b/tests/list
index 2a74abcc..eb756353 100644
--- a/tests/list
+++ b/tests/list
@@ -641,6 +641,8 @@ example_42_all.snap application/vnd.snap ox
test.bsdiff application/x-bsdiff
# Generated with sqlite3 3.19.3
test.sqlite3 application/vnd.sqlite3
+# Generated with sqlite 2.8.17
+test.sqlite2 application/x-sqlite2
COPYING-encrypted.asc application/pgp-encrypted xoo
# clear text signatures should not have the same mime type as detached signatures
COPYING-clearsign.asc application/pgp-signature xxx
diff --git a/tests/test.sqlite2 b/tests/test.sqlite2
new file mode 100644
index 00000000..6aa48756
--- /dev/null
+++ b/tests/test.sqlite2
Binary files differ