Skip to content
Snippets Groups Projects
Commit 6817a77b authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

GUI correspondence tests: better err msg, but still broken

parent 9f47992c
No related branches found
No related tags found
1 merge request!299Disambiguate class name vs object name; rename InterferenceFunction -> Interference
......@@ -9,7 +9,7 @@ class TestGUICoreObjectCorrespondence : public ::testing::Test {
public:
void GUICoreObjectCorrespondence(const SessionItem& gui_object, const INode& core_object)
{
EXPECT_EQ(gui_object.displayName(), QString::fromStdString(core_object.className()));
EXPECT_EQ(gui_object.displayName().toStdString(), core_object.className());
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment