Remove version dependency in DocX tests
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ from PyQt5.QtWidgets import QDialog, QVBoxLayout, QWidget
|
|||||||
XML_IGNORE = ("<novelWriterXML", "<project")
|
XML_IGNORE = ("<novelWriterXML", "<project")
|
||||||
ODT_IGNORE = ("<meta:generator", "<meta:creation-date", "<dc:date", "<meta:editing")
|
ODT_IGNORE = ("<meta:generator", "<meta:creation-date", "<dc:date", "<meta:editing")
|
||||||
NWD_IGNORE = ("%%~date:",)
|
NWD_IGNORE = ("%%~date:",)
|
||||||
DOCX_IGNORE = ("<dcterms:created", "<dcterms:modified")
|
DOCX_IGNORE = ("<dcterms:created", "<dcterms:modified", "<ns0:Application")
|
||||||
MOCK_TIME = datetime(2019, 5, 10, 18, 52, 0).timestamp()
|
MOCK_TIME = datetime(2019, 5, 10, 18, 52, 0).timestamp()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user