Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Feb 4, 2020
1 parent 31a7df4 commit 889a505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/tools/CellMLTools/tests/tests.cpp
Expand Up @@ -76,7 +76,7 @@ void Tests::exportToUserDefinedFormatTests()
QString matlabFormatFileName = OpenCOR::fileName("formats/MATLAB.xml");

#ifdef Q_OS_WIN
QVERIFY(!OpenCOR::runCli({ "-c", "CellMLTools::export", fileName, matlabFormatFileName, mOutput }));
QVERIFY(!OpenCOR::runCli({ "-c", "CellMLTools::export", fileName, matlabFormatFileName }, mOutput));
QCOMPARE(mOutput, OpenCOR::fileContents(OpenCOR::fileName("src/plugins/tools/CellMLTools/tests/data/matlab_format_export_on_windows.out")));
#else
QVERIFY(!OpenCOR::runCli({ "-c", "CellMLTools::export", fileName, matlabFormatFileName }, mOutput ));
Expand Down

0 comments on commit 889a505

Please sign in to comment.