Commit c4da3e82 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

update tests since LibreOffice 3.3 supports more document types than OpenOffice.org 3.2.1.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@43056 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96733b6f
...@@ -35,7 +35,8 @@ text_expected_tuple = ( ...@@ -35,7 +35,8 @@ text_expected_tuple = (
('doc', 'Microsoft Word 6.0'), ('doc', 'Microsoft Word 6.0'),
('doc', 'Microsoft Word 95'), ('doc', 'Microsoft Word 95'),
('doc', 'Microsoft Word 97/2000/XP'), ('doc', 'Microsoft Word 97/2000/XP'),
# ('docx', 'Microsoft Word 2007 XML'), ('docx', 'Microsoft Word 2007 XML'),
('docx', 'Office Open XML Text'),
('html', 'HTML Document (OpenOffice.org Writer)'), ('html', 'HTML Document (OpenOffice.org Writer)'),
('html', 'XHTML'), ('html', 'XHTML'),
('odt', 'ODF Text Document'), ('odt', 'ODF Text Document'),
...@@ -114,7 +115,7 @@ presentation_expected_tuple = ( ...@@ -114,7 +115,7 @@ presentation_expected_tuple = (
('png', 'PNG - Portable Network Graphic'), ('png', 'PNG - Portable Network Graphic'),
('pot', 'Microsoft PowerPoint 97/2000/XP Template'), ('pot', 'Microsoft PowerPoint 97/2000/XP Template'),
('ppm', 'PPM - Portable Pixelmap'), ('ppm', 'PPM - Portable Pixelmap'),
# ('pps', 'Microsoft PowerPoint 97/2000/XP'), ('pps', 'Microsoft PowerPoint 97/2000/XP'),
('ppt', 'Microsoft PowerPoint 97/2000/XP'), ('ppt', 'Microsoft PowerPoint 97/2000/XP'),
('ras', 'RAS - Sun Raster Image'), ('ras', 'RAS - Sun Raster Image'),
('sda', 'StarDraw 5.0 (OpenOffice.org Impress)'), ('sda', 'StarDraw 5.0 (OpenOffice.org Impress)'),
......
...@@ -49,6 +49,8 @@ class TestServer(CloudoooTestCase): ...@@ -49,6 +49,8 @@ class TestServer(CloudoooTestCase):
self.text_expected_list = [['doc', 'Microsoft Word 6.0'], self.text_expected_list = [['doc', 'Microsoft Word 6.0'],
['doc', 'Microsoft Word 95'], ['doc', 'Microsoft Word 95'],
['doc', 'Microsoft Word 97/2000/XP'], ['doc', 'Microsoft Word 97/2000/XP'],
['docx', 'Microsoft Word 2007 XML'],
['docx', 'Office Open XML Text'],
['htm', 'HTML Document (OpenOffice.org Writer)'], ['htm', 'HTML Document (OpenOffice.org Writer)'],
['html', 'HTML Document (OpenOffice.org Writer)'], ['html', 'HTML Document (OpenOffice.org Writer)'],
['html', 'XHTML'], ['odt', 'ODF Text Document'], ['html', 'XHTML'], ['odt', 'ODF Text Document'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment