Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Hardik Juneja
erp5
Commits
de9a0411
Commit
de9a0411
authored
May 08, 2016
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: small update for ImageMagick 7.
parent
8d9c6fbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
product/ERP5/tests/testERP5WebWithDms.py
product/ERP5/tests/testERP5WebWithDms.py
+1
-1
product/ERP5OOo/tests/testDms.py
product/ERP5OOo/tests/testDms.py
+1
-1
No files found.
product/ERP5/tests/testERP5WebWithDms.py
View file @
de9a0411
...
...
@@ -43,7 +43,7 @@ from Products.ERP5.Document.Document import ConversionError
from
PIL
import
Image
LANGUAGE_LIST
=
(
'en'
,
'fr'
,
'de'
,
'bg'
,)
IMAGE_COMPARE_TOLERANCE
=
8
0
0
IMAGE_COMPARE_TOLERANCE
=
8
5
0
def
makeFilePath
(
name
):
...
...
product/ERP5OOo/tests/testDms.py
View file @
de9a0411
...
...
@@ -2275,7 +2275,7 @@ return 1
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
,
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