Skip to content
Snippets Groups Projects
Commit bbc6d69e authored by David Li's avatar David Li Committed by Pospelov, Gennady
Browse files

hotfix

parent 147d058f
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ inline void TestMapper::test_ParticeleCompositionUpdate()
ParameterizedItem *composition = model.insertNewItem(Constants::ParticleCompositionType, distribution->index());
QVERIFY(composition->getPropertyAttribute(ParticleItem::P_ABUNDANCE).isDisabled() == true);
model.removeRows(composition->index().row, 1, composition->parent()->index());
model.removeRows(composition->index().row(), 1, composition->parent()->index());
QVERIFY(composition->getPropertyAttribute(ParticleItem::P_ABUNDANCE).isDisabled() == false);
}
......
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