Commit a55bd780dfb2f5972416f4fb3f7d15a307d7b20e

Authored by Christian Herdtweck
1 parent ee87aca4

tests: tell ooxml test about new test samples

Showing 1 changed file with 2 additions and 0 deletions
tests/ooxml/test_basic.py
@@ -33,6 +33,8 @@ class TestOOXML(unittest.TestCase): @@ -33,6 +33,8 @@ class TestOOXML(unittest.TestCase):
33 pptx=ooxml.DOCTYPE_POWERPOINT, pptm=ooxml.DOCTYPE_POWERPOINT, 33 pptx=ooxml.DOCTYPE_POWERPOINT, pptm=ooxml.DOCTYPE_POWERPOINT,
34 ppsx=ooxml.DOCTYPE_POWERPOINT, ppsm=ooxml.DOCTYPE_POWERPOINT, 34 ppsx=ooxml.DOCTYPE_POWERPOINT, ppsm=ooxml.DOCTYPE_POWERPOINT,
35 potx=ooxml.DOCTYPE_POWERPOINT, potm=ooxml.DOCTYPE_POWERPOINT, 35 potx=ooxml.DOCTYPE_POWERPOINT, potm=ooxml.DOCTYPE_POWERPOINT,
  36 + ods=ooxml.DOCTYPE_NONE, odt=ooxml.DOCTYPE_NONE,
  37 + odp=ooxml.DOCTYPE_NONE,
36 ) 38 )
37 39
38 # files that are neither OLE nor xml: 40 # files that are neither OLE nor xml: