summaryrefslogtreecommitdiff
path: root/test/farm/html/run_x_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm/html/run_x_xml.py')
-rw-r--r--test/farm/html/run_x_xml.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/farm/html/run_x_xml.py b/test/farm/html/run_x_xml.py
index b3682940..fe9cefa7 100644
--- a/test/farm/html/run_x_xml.py
+++ b/test/farm/html/run_x_xml.py
@@ -13,5 +13,8 @@ if not os.path.exists("xml"):
runfunc(html_it, rundir="src")
-compare("gold_x_xml", "xml")
+compare("gold_x_xml", "xml", scrubs=[
+ (r' timestamp="\d+"', ' timestamp="TIMESTAMP"'),
+ (r' version="[-.\w]+"', ' version="VERSION"'),
+ ])
clean("xml")