Skip to content
Snippets Groups Projects
Commit 415e0097 authored by Matthias's avatar Matthias
Browse files

adopt unit test to extended XML structure

parent df14e916
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,8 @@ TEST_F(TestSessionXML, test_sessionItem)
source.insertItem<PropertyItem>();
expected = "<TestModel Name=\"DefaultName\">"
"<Item ModelType=\"Property\" Tag=\"rootTag\" DisplayName=\"Property\"/>"
"</TestModel>";
"<Item ModelType=\"Property\" Tag=\"rootTag\" DisplayName=\"Property\">"
"<ArbitraryData/></Item><ArbitraryData/></TestModel>";
EXPECT_EQ(itemToXML(source.rootItem()), expected);
SessionModel target("TestModel");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment