Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing Tests #6

Open
madoar opened this issue Oct 6, 2019 · 1 comment
Open

Failing Tests #6

madoar opened this issue Oct 6, 2019 · 1 comment

Comments

@madoar
Copy link

madoar commented Oct 6, 2019

The repository currently contains 5 failing tests:

Failed tests: 
  MagicTest.testOfficeOpenXmlPresentation:317 error in testOfficeOpenXmlPresentation(). message: expected:<application/[vnd.openxmlformats-officedocument.presentationml.presentation]> but was:<application/[zip]>
  MagicTest.testOfficeOpenXmlPresentation2:337 error in testOfficeOpenXmlPresentation2(). message: expected:<application/[vnd.openxmlformats-officedocument.presentationml.presentation]> but was:<application/[zip]>
  MagicTest.testOfficeOpenXmlDocument2:176 error in testOfficeOpenXmlDocument2(). message: expected:<application/[vnd.openxmlformats-officedocument.wordprocessingml.document]> but was:<application/[zip]>
  MagicTest.testOfficeOpenXmlWorkbook2:276 error in testOfficeOpenXmlWorkbook2(). message: expected:<application/[vnd.openxmlformats-officedocument.spreadsheetml.sheet]> but was:<application/[zip]>
  MagicTest.testOfficeOpenXmlWorkbook:256 error in testOfficeOpenXmlWorkbook(). message: expected:<application/[vnd.openxmlformats-officedocument.spreadsheetml.sheet]> but was:<application/[zip]>
  MagicTest.testOfficeOpenXmlDocument:156 error in testOfficeOpenXmlDocument(). message: expected:<application/[vnd.openxmlformats-officedocument.wordprocessingml.document]> but was:<application/[zip]>

We should fix them.

For more details see #1

@qparis
Copy link
Member

qparis commented Oct 15, 2019

I have removed the opendocument support to avoid false detection (.zip files detected as documents)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants