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 Jun 29, 2021
1 parent fff694b commit 0d43b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/support/PythonSupport/tests/basictests.cpp
Expand Up @@ -43,7 +43,7 @@ void BasicTests::tests()
QVERIFY( (output == OpenCOR::fileContents(OpenCOR::fileName("src/plugins/support/PythonSupport/tests/data/basictests.out"),
"models/tests/jupyter/lorenz.ipynb"))
|| (output == OpenCOR::fileContents(OpenCOR::fileName("src/plugins/support/PythonSupport/tests/data/basictests.out"),
QFileInfo(OpenCOR::fileName("models/tests/jupyter/lorenz.ipynb")).canonicalFilePath())));
QFileInfo(OpenCOR::fileName("models/tests/jupyter/lorenz.ipynb")).canonicalFilePath())));
}

//==============================================================================
Expand Down
Expand Up @@ -719,7 +719,7 @@
- Check simulation:
- Valid: no
- Issues:
- Error: '/Users/Alan/Work/Programming/OpenCOR/models/tests/jupyter/lorenz.ipynb' must be a CellML file, a SED-ML file or a COMBINE archive.
- Error: '%1' must be a CellML file, a SED-ML file or a COMBINE archive.

---------------------------------------------------------------------
Remote unknown file
Expand Down

0 comments on commit 0d43b63

Please sign in to comment.