diff options
| author | 2023-01-30 04:41:03 -0500 | |
|---|---|---|
| committer | 2023-01-30 04:41:03 -0500 | |
| commit | 8223d9260629b15967d2832f818b5b423c05bea5 (patch) | |
| tree | 8e674751080251350b889c7e1a86c8871fa46dfc /test | |
| parent | 770cc6fa7e8df11c358d87531d19d7a85bbd428d (diff) | |
| parent | 919f8ba16a7b82ba1099bd25b2c61c7881a05aa2 (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.py | 3 |
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"), } |
