Skip to content
Snippets Groups Projects

Add test for https://gitlab.com/linkahead/linkahead-pylib/-/issues/89

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -78,7 +78,7 @@ def test_gitlab_com_89():
https://gitlab.indiscale.com/caosdb/customers/f-fit/management/-/issues/81
"""
# We need a container generated with data from the server
db.RecordType(id=1, name="1").insert()
db.RecordType(name="TestType").insert()
container = db.execute_query("FIND RECORDTYPE *")
# With this container, to_xml, xml2str, and from_xml should not generate
Loading