Commit b33652e9 authored by Boris Kocherov's avatar Boris Kocherov

slapos/test/recipe/test_generic_cloudooo.py: fix test

thx @jerome
parent cbe1ad46
...@@ -69,8 +69,11 @@ class TestGenericCloudooo(unittest.TestCase): ...@@ -69,8 +69,11 @@ class TestGenericCloudooo(unittest.TestCase):
]), data) ]), data)
self.assertIn("\n".join([ self.assertIn("\n".join([
"", "",
" application/x-asc-presentation application/vnd.oasis.opendocument.presentation x2t",
" application/x-asc-presentation application/vnd.openxmlformats-officedocument.presentationml.presentation x2t", " application/x-asc-presentation application/vnd.openxmlformats-officedocument.presentationml.presentation x2t",
" application/x-asc-spreadsheet application/vnd.oasis.opendocument.spreadsheet x2t",
" application/x-asc-spreadsheet application/vnd.openxmlformats-officedocument.spreadsheetml.sheet x2t", " application/x-asc-spreadsheet application/vnd.openxmlformats-officedocument.spreadsheetml.sheet x2t",
" application/x-asc-text application/vnd.oasis.opendocument.text x2t",
" application/x-asc-text application/vnd.openxmlformats-officedocument.wordprocessingml.document x2t", " application/x-asc-text application/vnd.openxmlformats-officedocument.wordprocessingml.document x2t",
"", "",
]), data) ]), data)
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