Skip to content
Snippets Groups Projects
Commit 953f6abd authored by Matthias Puchner's avatar Matthias Puchner
Browse files

adapt unit test to removed SessionGraphicsItem

parent b6b16e4a
No related branches found
No related tags found
1 merge request!463Remove net oriented sample editor
Pipeline #49526 passed
......@@ -17,8 +17,8 @@ TEST_F(TestParticleItem, InitialState)
EXPECT_EQ(item->displayName(), "Particle");
EXPECT_EQ(item->displayName(), item->itemName());
// xpos, ypos, P_FORM_FACTOR, P_MATERIAL, P_ABUNDANCE, P_POSITION
EXPECT_EQ(item->children().size(), 6);
// P_FORM_FACTOR, P_MATERIAL, P_ABUNDANCE, P_POSITION
EXPECT_EQ(item->children().size(), 4);
EXPECT_TRUE(ItemWithParticles::isTransformationTagName(item->defaultTag()));
GroupItem* group = item->formFactorItem();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment