Skip to content
Snippets Groups Projects
Verified Commit 61820a9e authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'dev' into f-select-name-from-entity

parents 703ed91f 47a89110
No related branches found
No related tags found
1 merge request!4add new test for SELECT name FROM ENTITY
Pipeline #7579 failed
......@@ -205,7 +205,8 @@ def test_query3():
assert xml.xpath("/Response/TransactionBenchmark")
assert xml.xpath("/Response/Query")
assert xml.xpath("/Response/UserInfo")
assert_equal(3, len(xml))
assert xml.xpath("/Response/noscript")
assert_equal(4, len(xml))
@mark.slow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment