Skip to content
Snippets Groups Projects
Commit 9bcf550d authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-55: test fixes

parent ce801d93
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -18,7 +18,7 @@ def configureUI(): ...@@ -18,7 +18,7 @@ def configureUI():
factory.createElement("testElement").addAttribute("key1", "value1").addAttribute("key2", "value2") factory.createElement("testElement").addAttribute("key1", "value1").addAttribute("key2", "value2")
] ]
property.value = converter.convertToString(elements) property.setValue(converter.convertToString(elements))
...@@ -32,6 +32,6 @@ def configureUI(): ...@@ -32,6 +32,6 @@ def configureUI():
factory.createElement("nested1").addAttribute("na1", "na2") factory.createElement("nested1").addAttribute("na1", "na2")
] ]
elements[2].addAttribute("key2", "modifiedvalue") elements[2].addAttribute("key2", "modifiedvalue")
property.value = converter.convertToString(elements) property.setValue(converter.convertToString(elements))
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