Skip to content

Commit

Permalink
Strip timeStamp from reference XML for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 30, 2018
1 parent 1f2109a commit 26a51ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver_wfs.py
Expand Up @@ -36,7 +36,7 @@
from test_qgsserver import QgsServerTestBase

# Strip path and content length because path may vary
RE_STRIP_UNCHECKABLE = b'MAP=[^"]+|Content-Length: \d+'
RE_STRIP_UNCHECKABLE = b'MAP=[^"]+|Content-Length: \d+|timeStamp="[^"]+"'
RE_ATTRIBUTES = b'[^>\s]+=[^>\s]+'


Expand Down

0 comments on commit 26a51ba

Please sign in to comment.