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
2b439b12
Commit
2b439b12
authored
Sep 19, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update mimetypes list for LibreOffice 4.2.6.3.
parent
b5cd79de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
cloudooo/handler/ooo/tests/testOooMimemapper.py
cloudooo/handler/ooo/tests/testOooMimemapper.py
+4
-0
No files found.
cloudooo/handler/ooo/tests/testOooMimemapper.py
View file @
2b439b12
...
...
@@ -34,6 +34,7 @@ text_expected_tuple = (
(
'doc'
,
'Microsoft Word 97/2000/XP/2003'
),
(
'ms.docx'
,
'Microsoft Word 2007/2010/2013 XML'
),
(
'docx'
,
'Office Open XML Text'
),
(
'fodt'
,
'OpenDocument Text (Flat XML)'
),
(
'html'
,
'HTML Document (Writer)'
),
# ('jpg', 'JPEG - Joint Photographic Experts Group'),
(
'odt'
,
'ODF Text Document'
),
...
...
@@ -50,6 +51,7 @@ drawing_expected_tuple = (
(
'bmp'
,
'BMP - Windows Bitmap'
),
(
'emf'
,
'EMF - Enhanced Metafile'
),
(
'eps'
,
'EPS - Encapsulated PostScript'
),
(
'fodg'
,
'OpenDocument Drawing (Flat XML)'
),
(
'gif'
,
'GIF - Graphics Interchange Format'
),
(
'html'
,
'HTML Document (Draw)'
),
(
'jpg'
,
'JPEG - Joint Photographic Experts Group'
),
...
...
@@ -82,6 +84,7 @@ presentation_expected_tuple = (
(
'bmp'
,
'BMP - Windows Bitmap'
),
(
'emf'
,
'EMF - Enhanced Metafile'
),
(
'eps'
,
'EPS - Encapsulated PostScript'
),
(
'fodp'
,
'OpenDocument Presentation (Flat XML)'
),
(
'gif'
,
'GIF - Graphics Interchange Format'
),
(
'html'
,
'HTML Document (Impress)'
),
(
'jpg'
,
'JPEG - Joint Photographic Experts Group'
),
...
...
@@ -111,6 +114,7 @@ presentation_expected_tuple = (
spreadsheet_expected_tuple
=
(
(
'csv'
,
'Text CSV'
),
(
'html'
,
'HTML Document (Calc)'
),
(
'fods'
,
'OpenDocument Spreadsheet (Flat XML)'
),
(
'ods'
,
'ODF Spreadsheet'
),
(
'pdf'
,
'PDF - Portable Document Format'
),
(
'slk'
,
'SYLK'
),
...
...
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