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
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
Vincent Bechu
cloudooo
Commits
257be770
Commit
257be770
authored
Feb 04, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! update tests and mimemapper.py for LibreOffice 4.2.
parent
fc7346d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cloudooo/handler/ooo/tests/testOooMimemapper.py
cloudooo/handler/ooo/tests/testOooMimemapper.py
+4
-4
No files found.
cloudooo/handler/ooo/tests/testOooMimemapper.py
View file @
257be770
...
@@ -32,7 +32,7 @@ from cloudooo.handler.ooo.mimemapper import MimeMapper
...
@@ -32,7 +32,7 @@ from cloudooo.handler.ooo.mimemapper import MimeMapper
text_expected_tuple
=
(
text_expected_tuple
=
(
(
'doc'
,
'Microsoft Word 97/2000/XP/2003'
),
(
'doc'
,
'Microsoft Word 97/2000/XP/2003'
),
(
'docx'
,
'Microsoft Word 2007/2010/2013 XML'
),
(
'
ms.
docx'
,
'Microsoft Word 2007/2010/2013 XML'
),
(
'docx'
,
'Office Open XML Text'
),
(
'docx'
,
'Office Open XML Text'
),
(
'html'
,
'HTML Document (Writer)'
),
(
'html'
,
'HTML Document (Writer)'
),
(
'jpg'
,
'JPEG - Joint Photographic Experts Group'
),
(
'jpg'
,
'JPEG - Joint Photographic Experts Group'
),
...
@@ -97,10 +97,10 @@ presentation_expected_tuple = (
...
@@ -97,10 +97,10 @@ presentation_expected_tuple = (
(
'png'
,
'PNG - Portable Network Graphic'
),
(
'png'
,
'PNG - Portable Network Graphic'
),
(
'ppm'
,
'PPM - Portable Pixelmap'
),
(
'ppm'
,
'PPM - Portable Pixelmap'
),
(
'pps'
,
'Microsoft PowerPoint 97/2000/XP/2003 AutoPlay'
),
(
'pps'
,
'Microsoft PowerPoint 97/2000/XP/2003 AutoPlay'
),
(
'ppsx'
,
'Microsoft PowerPoint 2007/2010/2013 XML AutoPlay'
),
(
'
ms.
ppsx'
,
'Microsoft PowerPoint 2007/2010/2013 XML AutoPlay'
),
(
'ppsx'
,
'Office Open XML Presentation AutoPlay'
),
(
'ppsx'
,
'Office Open XML Presentation AutoPlay'
),
(
'ppt'
,
'Microsoft PowerPoint 97/2000/XP/2003'
),
(
'ppt'
,
'Microsoft PowerPoint 97/2000/XP/2003'
),
(
'pptx'
,
'Microsoft PowerPoint 2007/2010/2013 XML'
),
(
'
ms.
pptx'
,
'Microsoft PowerPoint 2007/2010/2013 XML'
),
(
'pptx'
,
'Office Open XML Presentation'
),
(
'pptx'
,
'Office Open XML Presentation'
),
(
'ras'
,
'RAS - Sun Raster Image'
),
(
'ras'
,
'RAS - Sun Raster Image'
),
(
'svg'
,
'SVG - Scalable Vector Graphics'
),
(
'svg'
,
'SVG - Scalable Vector Graphics'
),
...
@@ -120,7 +120,7 @@ spreadsheet_expected_list = (
...
@@ -120,7 +120,7 @@ spreadsheet_expected_list = (
(
'slk'
,
'SYLK'
),
(
'slk'
,
'SYLK'
),
(
'sxc'
,
'OpenOffice.org 1.0 Spreadsheet'
),
(
'sxc'
,
'OpenOffice.org 1.0 Spreadsheet'
),
(
'xls'
,
'Microsoft Excel 97/2000/XP/2003'
),
(
'xls'
,
'Microsoft Excel 97/2000/XP/2003'
),
(
'xlsx'
,
'Microsoft Excel 2007/2010/2013 XML'
),
(
'
ms.
xlsx'
,
'Microsoft Excel 2007/2010/2013 XML'
),
(
'xlsx'
,
'Office Open XML Spreadsheet'
),
(
'xlsx'
,
'Office Open XML Spreadsheet'
),
)
)
...
...
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