aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-01-30 04:41:03 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2023-01-30 04:41:03 -0500
commit8223d9260629b15967d2832f818b5b423c05bea5 (patch)
tree8e674751080251350b889c7e1a86c8871fa46dfc /test
parent770cc6fa7e8df11c358d87531d19d7a85bbd428d (diff)
parent919f8ba16a7b82ba1099bd25b2c61c7881a05aa2 (diff)
Update upstream source from tag 'upstream/1.24.5'
Update to upstream version '1.24.5' with Debian dir aea31cd33d70a744865423ac09710534f3dd148f
Diffstat (limited to 'test')
-rw-r--r--test/test_downloader.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_downloader.py b/test/test_downloader.py
index 0703754..bbee0f4 100644
--- a/test/test_downloader.py
+++ b/test/test_downloader.py
@@ -313,6 +313,9 @@ SAMPLES = {
("pdf" , b"%PDF-"),
("swf" , b"FWS"),
("swf" , b"CWS"),
+ ("blend", b"BLENDER-v303RENDH"),
+ ("obj" , b"# Blender v3.2.0 OBJ File: 'foo.blend'"),
+ ("clip", b"CSFCHUNK\x00\x00\x00\x00"),
}