Skip to content
Snippets Groups Projects
Commit 329630f4 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

fixing service tests

parent 7eb6381f
No related branches found
No related tags found
1 merge request!644Refactored IConverter and XmlParser across project
Pipeline #8828 failed
......@@ -911,7 +911,7 @@ public class ProjectServiceTest extends ServiceTestFunctions {
Model model = new ModelFullIndexed(null);
model.setWidth(size);
model.setHeight(size);
String xml = new CellDesignerXmlParser().toXml(model);
String xml = new CellDesignerXmlParser().model2Xml(model);
InputStream is = new ByteArrayInputStream(xml.getBytes(StandardCharsets.UTF_8));
CreateProjectParams params = createProjectParams("sample.xml", is);
......
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