Cloudooo: Libreoffice 7.5.2.2 / Python 3
see nexedi/cloudooo!32 See merge request nexedi/slapos!1394
... | @@ -195,7 +195,7 @@ class TestWkhtmlToPDF(HTMLtoPDFConversionFontTestMixin, CloudOooTestCase): | ... | @@ -195,7 +195,7 @@ class TestWkhtmlToPDF(HTMLtoPDFConversionFontTestMixin, CloudOooTestCase): |
class TestLibreoffice(HTMLtoPDFConversionFontTestMixin, CloudOooTestCase): | class TestLibreoffice(HTMLtoPDFConversionFontTestMixin, CloudOooTestCase): | ||
__partition_reference__ = 'lo' | __partition_reference__ = 'lo' | ||
pdf_producer = 'LibreOffice 5.2' | pdf_producer = 'LibreOffice 7.5' | ||
expected_font_mapping = { | expected_font_mapping = { | ||
'Arial': 'LiberationSans', | 'Arial': 'LiberationSans', | ||
'Arial Black': 'DejaVuSans', | 'Arial Black': 'DejaVuSans', | ||
... | @@ -223,7 +223,7 @@ class TestLibreoffice(HTMLtoPDFConversionFontTestMixin, CloudOooTestCase): | ... | @@ -223,7 +223,7 @@ class TestLibreoffice(HTMLtoPDFConversionFontTestMixin, CloudOooTestCase): |
'Liberation Sans Narrow': 'LiberationSansNarrow', | 'Liberation Sans Narrow': 'LiberationSansNarrow', | ||
'Liberation Serif': 'LiberationSerif', | 'Liberation Serif': 'LiberationSerif', | ||
'Linux LibertineG': 'LinuxLibertineG', | 'Linux LibertineG': 'LinuxLibertineG', | ||
'OpenSymbol': 'OpenSymbol', | 'OpenSymbol': {'OpenSymbol', 'IPAMincho'}, | ||
|
|||
'Palatino': 'DejaVuSerif', | 'Palatino': 'DejaVuSerif', | ||
'Roboto Black': 'Roboto-Black', | 'Roboto Black': 'Roboto-Black', | ||
'Roboto Condensed Light': 'RobotoCondensed-Light', | 'Roboto Condensed Light': 'RobotoCondensed-Light', | ||
... | ... |