You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OMEdit/Testsuite/BrowseMSL/BrowseMSL.cpp
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
* @author Adeel Asghar <adeel.asghar@liu.se>
33
33
*/
34
34
35
-
#include"Test.h"
35
+
#include"BrowseMSL.h"
36
36
#include"Util.h"
37
37
#include"OMEditApplication.h"
38
38
#include"MainWindow.h"
@@ -43,13 +43,13 @@ extern "C" {
43
43
#include"meta/meta_modelica.h"
44
44
}
45
45
46
-
OMEDITTEST_MAIN(Test)
46
+
OMEDITTEST_MAIN(BrowseMSL)
47
47
48
48
/*!
49
49
* \brief Test::electricalAnalogBasic
50
50
* Browses the Modelica.Electrical.Analog.Basic
51
51
*/
52
-
void Test::electricalAnalogBasic()
52
+
void BrowseMSL::electricalAnalogBasic()
53
53
{
54
54
if (!Util::expandLibraryTreeItemParentHierarchy(MainWindow::instance()->getLibraryWidget()->getLibraryTreeModel()->findLibraryTreeItem("Modelica.Electrical.Analog.Basic"))) {
55
55
QFAIL("Expanding to Modelica.Electrical.Analog.Basic failed.");
OMEDITTEST_SKIP("Enable this testcase by removing this line once the ticket#5669 (https://trac.openmodelica.org/OpenModelica/ticket/5669) is fixed.");
67
67
if (!Util::expandLibraryTreeItemParentHierarchy(MainWindow::instance()->getLibraryWidget()->getLibraryTreeModel()->findLibraryTreeItem("Modelica.Media.Air"))) {
0 commit comments