Make ODT tests ignore version number
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ from pathlib import Path
|
|||||||
from PyQt5.QtWidgets import qApp
|
from PyQt5.QtWidgets import qApp
|
||||||
|
|
||||||
XML_IGNORE = ("<novelWriterXML", "<project")
|
XML_IGNORE = ("<novelWriterXML", "<project")
|
||||||
ODT_IGNORE = ("<meta:creation-date", "<dc:date")
|
ODT_IGNORE = ("<meta:generator", "<meta:creation-date", "<dc:date")
|
||||||
|
|
||||||
|
|
||||||
class C:
|
class C:
|
||||||
|
|||||||
Reference in New Issue
Block a user