From c9c8d5caba5e175f0d73e9e2151fdb84094539a4 Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Wed, 9 Oct 2019 10:53:39 +1300 Subject: [PATCH] libSEDML: updated our test following the release of libSEDML 2.0.7 (#2053). --- src/plugins/thirdParty/libSEDML/tests/tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/thirdParty/libSEDML/tests/tests.cpp b/src/plugins/thirdParty/libSEDML/tests/tests.cpp index ae50591225..a322786dac 100644 --- a/src/plugins/thirdParty/libSEDML/tests/tests.cpp +++ b/src/plugins/thirdParty/libSEDML/tests/tests.cpp @@ -42,7 +42,7 @@ void Tests::basicTests() // Check the version of libSEDML - QCOMPARE(libsedml::getLibSEDMLDottedVersion(), "2.0.6"); + QCOMPARE(libsedml::getLibSEDMLDottedVersion(), "2.0.7"); // Create a SED-ML document with a model inside it, then set the name of the // model and check that it has been properly set