Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
8d9c6fbb
Commit
8d9c6fbb
authored
May 07, 2016
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: small update for ImageMagick 7.
parent
977fc66e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5OOo/tests/testDms.py
product/ERP5OOo/tests/testDms.py
+2
-2
No files found.
product/ERP5OOo/tests/testDms.py
View file @
8d9c6fbb
...
...
@@ -2274,8 +2274,8 @@ return 1
del
convert_kw
[
'quality'
]
image_document_image_size_no_quality
,
image_document_file_size_no_quality
=
self
.
getURLSizeList
(
url
,
**
convert_kw
)
# check file sizes
self
.
assertTrue
(
image_document_file_size_100p
>
image_document_file_size_no_quality
and
\
image_document_file_size_no_quality
>
image_document_file_size_5p
,
self
.
assertTrue
(
image_document_file_size_100p
>
=
image_document_file_size_no_quality
and
\
image_document_file_size_no_quality
image_document_file_size_5p
,
"%s should be more then %s and %s should be more them %s"
%
\
(
image_document_file_size_100p
,
image_document_file_size_no_quality
,
...
...
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