Make ODT tests ignore version number

This commit is contained in:
Veronica Berglyd Olsen
2023-02-12 16:07:36 +01:00
parent 2f0018ddfe
commit c42f2e755c
+1 -1
View File
@@ -27,7 +27,7 @@ from pathlib import Path
from PyQt5.QtWidgets import qApp
XML_IGNORE = ("<novelWriterXML", "<project")
ODT_IGNORE = ("<meta:creation-date", "<dc:date")
ODT_IGNORE = ("<meta:generator", "<meta:creation-date", "<dc:date")
class C: