Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
cloudooo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
cloudooo
Commits
9249d600
Commit
9249d600
authored
Oct 13, 2023
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update testImagemagickHandler for imagemagick 7.1.1-20
parent
f62e3fc4
Pipeline
#30474
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cloudooo/handler/imagemagick/tests/testImagemagickHandler.py
cloudooo/handler/imagemagick/tests/testImagemagickHandler.py
+1
-1
No files found.
cloudooo/handler/imagemagick/tests/testImagemagickHandler.py
View file @
9249d600
...
...
@@ -57,7 +57,7 @@ class TestHandler(HandlerTestCase):
metadata
=
handler
.
getMetadata
()
self
.
assertEqual
(
metadata
.
get
(
"Compression"
),
"Zip"
)
self
.
assertEqual
(
metadata
.
get
(
"Colorspace"
),
"sRGB"
)
self
.
assertEqual
(
metadata
.
get
(
"
Alpha
color"
),
"grey74"
)
self
.
assertEqual
(
metadata
.
get
(
"
Matte
color"
),
"grey74"
)
def
testsetMetadata
(
self
):
""" Test if metadata are inserted correclty """
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment