Skip to content

Commit

Permalink
Merge pull request #131 from sys-bio/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Ciaran Welsh committed Aug 23, 2021
2 parents 28528c8 + 9526e45 commit 813ae28
Show file tree
Hide file tree
Showing 669 changed files with 15,042 additions and 11,120 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.15)
# Set version.
set(VERSION_MAJOR 1)
set(VERSION_MINOR 2)
set(VERSION_MICRO 12)
set(VERSION_MICRO 13)

set(LIBOMEXMETA_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO})
configure_file(VERSION.txt.in VERSION.txt)
Expand Down
1,208 changes: 604 additions & 604 deletions docs/ExampleOutputFiles/EditorTests.txt

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/ExampleOutputFiles/EditorTestsModelLevelAnnotations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Running main() from ..\third_party\googletest\googletest\src\gtest_main.cc
dc:creator <https://orcid.org/0000-1111-2222-3333> .


[ OK ] EditorTestsModelLevelAnnotationsFromString.AddCreator (4 ms)
[ OK ] EditorTestsModelLevelAnnotationsFromString.AddCreator (3 ms)
[ RUN ] EditorTestsModelLevelAnnotationsFromString.AddContributor
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
Expand Down Expand Up @@ -66,7 +66,7 @@ Running main() from ..\third_party\googletest\googletest\src\gtest_main.cc
bqmodel:isDescribedBy <https://identifiers.org/pubmed:27887851> .


[ OK ] EditorTestsModelLevelAnnotationsFromString.AddPubmed (1 ms)
[ OK ] EditorTestsModelLevelAnnotationsFromString.AddPubmed (0 ms)
[ RUN ] EditorTestsModelLevelAnnotationsFromString.AddParentModel
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix bqmodel: <http://biomodels.net/model-qualifiers/> .
Expand All @@ -78,7 +78,7 @@ Running main() from ..\third_party\googletest\googletest\src\gtest_main.cc
bqmodel:isDerivedFrom biomod:BIOMD0000011 .


[ OK ] EditorTestsModelLevelAnnotationsFromString.AddParentModel (0 ms)
[ OK ] EditorTestsModelLevelAnnotationsFromString.AddParentModel (1 ms)
[ RUN ] EditorTestsModelLevelAnnotationsFromString.AddTaxon
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix bqbiol: <http://biomodels.net/biology-qualifiers/> .
Expand All @@ -91,29 +91,29 @@ Running main() from ..\third_party\googletest\googletest\src\gtest_main.cc


[ OK ] EditorTestsModelLevelAnnotationsFromString.AddTaxon (1 ms)
[----------] 7 tests from EditorTestsModelLevelAnnotationsFromString (9 ms total)
[----------] 7 tests from EditorTestsModelLevelAnnotationsFromString (8 ms total)

[----------] 7 tests from EditorTestsModelLevelAnnotationsFromFile
[ RUN ] EditorTestsModelLevelAnnotationsFromFile.AddCreator
rdf.getRepositoryUri(): http://omex-library.org/
rdf.getArchiveUri(): http://omex-library.org/NewOmex.omex/
rdf.getModelUri(): http://omex-library.org/NewOmex.omex/NewModel.xml
rdf.getLocalUri(): http://omex-library.org/NewOmex.omex/NewModel.rdf#
[ OK ] EditorTestsModelLevelAnnotationsFromFile.AddCreator (1 ms)
[ OK ] EditorTestsModelLevelAnnotationsFromFile.AddCreator (2 ms)
[ RUN ] EditorTestsModelLevelAnnotationsFromFile.AddContributor
[ OK ] EditorTestsModelLevelAnnotationsFromFile.AddContributor (2 ms)
[ OK ] EditorTestsModelLevelAnnotationsFromFile.AddContributor (1 ms)
[ RUN ] EditorTestsModelLevelAnnotationsFromFile.AddDescription
[ OK ] EditorTestsModelLevelAnnotationsFromFile.AddDescription (1 ms)
[ RUN ] EditorTestsModelLevelAnnotationsFromFile.AddPubmed
[ OK ] EditorTestsModelLevelAnnotationsFromFile.AddPubmed (1 ms)
[ OK ] EditorTestsModelLevelAnnotationsFromFile.AddPubmed (2 ms)
[ RUN ] EditorTestsModelLevelAnnotationsFromFile.AddParentModel
[ OK ] EditorTestsModelLevelAnnotationsFromFile.AddParentModel (1 ms)
[ RUN ] EditorTestsModelLevelAnnotationsFromFile.AddDateCreated
[ OK ] EditorTestsModelLevelAnnotationsFromFile.AddDateCreated (2 ms)
[ OK ] EditorTestsModelLevelAnnotationsFromFile.AddDateCreated (1 ms)
[ RUN ] EditorTestsModelLevelAnnotationsFromFile.AddTaxon
[ OK ] EditorTestsModelLevelAnnotationsFromFile.AddTaxon (1 ms)
[----------] 7 tests from EditorTestsModelLevelAnnotationsFromFile (9 ms total)

[----------] Global test environment tear-down
[==========] 14 tests from 2 test suites ran. (18 ms total)
[==========] 14 tests from 2 test suites ran. (17 ms total)
[ PASSED ] 14 tests.
Expand Down
4 changes: 2 additions & 2 deletions docs/ExampleOutputFiles/ElementExtractorTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Running main() from ..\third_party\googletest\googletest\src\gtest_main.cc
[----------] Global test environment set-up.
[----------] 4 tests from ElementExtractorTests
[ RUN ] ElementExtractorTests.TetsListOfCompartmentsExtraction
[ OK ] ElementExtractorTests.TetsListOfCompartmentsExtraction (1 ms)
[ OK ] ElementExtractorTests.TetsListOfCompartmentsExtraction (0 ms)
[ RUN ] ElementExtractorTests.TestCompartmentExtraction
[ OK ] ElementExtractorTests.TestCompartmentExtraction (0 ms)
[ RUN ] ElementExtractorTests.TestReactionExtraction
[ OK ] ElementExtractorTests.TestReactionExtraction (0 ms)
[ OK ] ElementExtractorTests.TestReactionExtraction (1 ms)
[ RUN ] ElementExtractorTests.TestElementNamesAreAccessibleAfterExtraction
[ OK ] ElementExtractorTests.TestElementNamesAreAccessibleAfterExtraction (0 ms)
[----------] 4 tests from ElementExtractorTests (1 ms total)
Expand Down
10 changes: 5 additions & 5 deletions docs/ExampleOutputFiles/EnergyDiffTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ local:SourceParticipant0000
bqbiol:isVersionOf <https://identifiers.org/opb:OPB_01058> .


[ OK ] EnergyDiffTests.TestEnergyDiffSBML1 (4 ms)
[ OK ] EnergyDiffTests.TestEnergyDiffSBML1 (5 ms)
[ RUN ] EnergyDiffTests.TestEnergyDiffSBML2
[ OK ] EnergyDiffTests.TestEnergyDiffSBML2 (3 ms)
[ OK ] EnergyDiffTests.TestEnergyDiffSBML2 (2 ms)
[ RUN ] EnergyDiffTests.TestEnergyDiffCellML1
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix bqbiol: <http://biomodels.net/biology-qualifiers/> .
Expand All @@ -49,11 +49,11 @@ local:SourceParticipant0000
bqbiol:isVersionOf <https://identifiers.org/opb:OPB_00592> .


[ OK ] EnergyDiffTests.TestEnergyDiffCellML1 (1 ms)
[ OK ] EnergyDiffTests.TestEnergyDiffCellML1 (2 ms)
[ RUN ] EnergyDiffTests.TestEnergyDiffCellML2
[ OK ] EnergyDiffTests.TestEnergyDiffCellML2 (2 ms)
[ OK ] EnergyDiffTests.TestEnergyDiffCellML2 (1 ms)
[ RUN ] EnergyDiffTests.TestRemoveEnergyDiff
[ OK ] EnergyDiffTests.TestRemoveEnergyDiff (1 ms)
[ OK ] EnergyDiffTests.TestRemoveEnergyDiff (2 ms)
[ RUN ] EnergyDiffTests.NernstExample
[ OK ] EnergyDiffTests.NernstExample (2 ms)
[ RUN ] EnergyDiffTests.NernstExampleWithDifferentSBML
Expand Down
2 changes: 1 addition & 1 deletion docs/ExampleOutputFiles/Logging1C.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[10:41:29 +01:00] error : 1 syntax error at '<'
[00:55:00 +01:00] error : syntax error at '<'
Expand Down
2 changes: 1 addition & 1 deletion docs/ExampleOutputFiles/Logging1Cpp.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[10:41:29 +01:00] error : 1 syntax error at '<'
[00:55:01 +01:00] error : syntax error at '<'
Expand Down
2 changes: 1 addition & 1 deletion docs/ExampleOutputFiles/Logging3C.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[10-41-29] - 34520 - 14636 - console - error : 1 syntax error at '<'
[00-55-02] - 40508 - 10204 - console - error : syntax error at '<'
Expand Down
2 changes: 1 addition & 1 deletion docs/ExampleOutputFiles/Logging3Cpp.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[10-41-29] - 28096 - 33076 - console - error : 1 syntax error at '<'
[00-55-03] - 30176 - 5156 - console - error : syntax error at '<'
Expand Down
2 changes: 1 addition & 1 deletion docs/ExampleOutputFiles/Logging4C.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[10:41:29 +01:00] error : 1 syntax error at '<'
[00:55:03 +01:00] error : syntax error at '<'
check logger_file: D:\libOmexMeta\cmake-build-release\docs\log.log
Expand Down
12 changes: 6 additions & 6 deletions docs/ExampleOutputFiles/Logging5C.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[10:41:29 +01:00] trace : trace message
[10:41:29 +01:00] info : info message
[10:41:29 +01:00] debug : debug message
[10:41:29 +01:00] warning : warn message
[10:41:29 +01:00] error : error message
[10:41:29 +01:00] critical : critical message
[00:55:05 +01:00] trace : trace message
[00:55:05 +01:00] info : info message
[00:55:05 +01:00] debug : debug message
[00:55:05 +01:00] warning : warn message
[00:55:05 +01:00] error : error message
[00:55:05 +01:00] critical : critical message
Expand Down
12 changes: 6 additions & 6 deletions docs/ExampleOutputFiles/Logging5Cpp.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[10:41:29 +01:00] trace : trace message
[10:41:29 +01:00] info : info message
[10:41:29 +01:00] debug : debug message
[10:41:29 +01:00] warning : warn message
[10:41:29 +01:00] error : error message
[10:41:29 +01:00] critical : critical message
[00:55:05 +01:00] trace : trace message
[00:55:05 +01:00] info : info message
[00:55:05 +01:00] debug : debug message
[00:55:05 +01:00] warning : warn message
[00:55:05 +01:00] error : error message
[00:55:05 +01:00] critical : critical message
Expand Down
8 changes: 4 additions & 4 deletions docs/ExampleOutputFiles/MarkupIdentifierTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Running main() from ..\third_party\googletest\googletest\src\gtest_main.cc
[----------] Global test environment set-up.
[----------] 4 tests from MarkupIdentifierTests
[ RUN ] MarkupIdentifierTests.ElementNames
[ OK ] MarkupIdentifierTests.ElementNames (0 ms)
[ OK ] MarkupIdentifierTests.ElementNames (1 ms)
[ RUN ] MarkupIdentifierTests.isSBMLTest
[ OK ] MarkupIdentifierTests.isSBMLTest (0 ms)
[ RUN ] MarkupIdentifierTests.isSBMLTestWhenSomeElementsAreMissing
[ OK ] MarkupIdentifierTests.isSBMLTestWhenSomeElementsAreMissing (0 ms)
[ RUN ] MarkupIdentifierTests.isCellMLTest
[ OK ] MarkupIdentifierTests.isCellMLTest (2 ms)
[----------] 4 tests from MarkupIdentifierTests (2 ms total)
[ OK ] MarkupIdentifierTests.isCellMLTest (3 ms)
[----------] 4 tests from MarkupIdentifierTests (4 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (2 ms total)
[==========] 4 tests from 1 test suite ran. (4 ms total)
[ PASSED ] 4 tests.
Expand Down
4 changes: 2 additions & 2 deletions docs/ExampleOutputFiles/MetaIDTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Running main() from ..\third_party\googletest\googletest\src\gtest_main.cc
[ OK ] MetaIDTests.TestInequality1 (0 ms)
[ RUN ] MetaIDTests.AnotherTest
[ OK ] MetaIDTests.AnotherTest (0 ms)
[----------] 16 tests from MetaIDTests (0 ms total)
[----------] 16 tests from MetaIDTests (1 ms total)

[----------] Global test environment tear-down
[==========] 16 tests from 1 test suite ran. (0 ms total)
[==========] 16 tests from 1 test suite ran. (1 ms total)
[ PASSED ] 16 tests.
Expand Down
52 changes: 26 additions & 26 deletions docs/ExampleOutputFiles/OmexMetaCAPITests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ Running main() from ..\third_party\googletest\googletest\src\gtest_main.cc
[ RUN ] CAPITests.RDFSize
[ OK ] CAPITests.RDFSize (3 ms)
[ RUN ] CAPITests.RDFToString
[13:09:04 +01:00] warning : XML parser warning: Unsupported version '1.1'
[ OK ] CAPITests.RDFToString (3 ms)
[00:55:05 +01:00] warning : XML parser warning: Unsupported version '1.1'
[ OK ] CAPITests.RDFToString (4 ms)
[ RUN ] CAPITests.RDF_fromString
[ OK ] CAPITests.RDF_fromString (1 ms)
[ RUN ] CAPITests.RDF_fromStringButWrongSyntax
[13:09:04 +01:00] error : syntax error at '<'
[ OK ] CAPITests.RDF_fromStringButWrongSyntax (1 ms)
[00:55:05 +01:00] error : syntax error at '<'
[ OK ] CAPITests.RDF_fromStringButWrongSyntax (0 ms)
[ RUN ] CAPITests.RDF_toFile
[ OK ] CAPITests.RDF_toFile (1 ms)
[ RUN ] CAPITests.RDF_addFromString
[ OK ] CAPITests.RDF_addFromString (0 ms)
[ OK ] CAPITests.RDF_addFromString (1 ms)
[ RUN ] CAPITests.RDF_addFromStringOutput
[ OK ] CAPITests.RDF_addFromStringOutput (1 ms)
[ RUN ] CAPITests.RDF_addFromUriSqliteStorage
[ OK ] CAPITests.RDF_addFromUriSqliteStorage (18 ms)
[ OK ] CAPITests.RDF_addFromUriSqliteStorage (17 ms)
[ RUN ] CAPITests.RDF_fromFile
D:\libOmexMeta\cmake-build-release\docs/TestParseFromFile.rdf
[ OK ] CAPITests.RDF_fromFile (2 ms)
Expand Down Expand Up @@ -52,17 +52,17 @@ TestModelNotAnnotated
[ RUN ] CAPITests.TestEditorPtrMem
[ OK ] CAPITests.TestEditorPtrMem (0 ms)
[ RUN ] CAPITests.TestSingularAnnotationSetResourceLiteral
[ OK ] CAPITests.TestSingularAnnotationSetResourceLiteral (0 ms)
[ OK ] CAPITests.TestSingularAnnotationSetResourceLiteral (1 ms)
[ RUN ] CAPITests.TestSingularAnnotationSetResourceUri
[ OK ] CAPITests.TestSingularAnnotationSetResourceUri (1 ms)
[ OK ] CAPITests.TestSingularAnnotationSetResourceUri (0 ms)
[ RUN ] CAPITests.TestSingularAnnotationSetResourceBlank
[ OK ] CAPITests.TestSingularAnnotationSetResourceBlank (0 ms)
[ RUN ] CAPITests.TestPhysicalEntitySBML1
[ OK ] CAPITests.TestPhysicalEntitySBML1 (1 ms)
[ OK ] CAPITests.TestPhysicalEntitySBML1 (2 ms)
[ RUN ] CAPITests.TestPhysicalEntitySBML2
[ OK ] CAPITests.TestPhysicalEntitySBML2 (1 ms)
[ RUN ] CAPITests.TestPhysicalEntitySBML3
[ OK ] CAPITests.TestPhysicalEntitySBML3 (1 ms)
[ OK ] CAPITests.TestPhysicalEntitySBML3 (2 ms)
[ RUN ] CAPITests.TestPhysicalEntityCellML1
[ OK ] CAPITests.TestPhysicalEntityCellML1 (1 ms)
[ RUN ] CAPITests.TestPhysicalEntityCellML2
Expand All @@ -76,13 +76,13 @@ TestModelNotAnnotated
[ RUN ] CAPITests.TestPhysicalProcessSBML2
[ OK ] CAPITests.TestPhysicalProcessSBML2 (3 ms)
[ RUN ] CAPITests.TestPhysicalProcessCellML1
[ OK ] CAPITests.TestPhysicalProcessCellML1 (2 ms)
[ OK ] CAPITests.TestPhysicalProcessCellML1 (3 ms)
[ RUN ] CAPITests.TestPhysicalProcessCellML2
[ OK ] CAPITests.TestPhysicalProcessCellML2 (2 ms)
[ OK ] CAPITests.TestPhysicalProcessCellML2 (3 ms)
[ RUN ] CAPITests.TestEnergyDiffSBML1
[ OK ] CAPITests.TestEnergyDiffSBML1 (2 ms)
[ OK ] CAPITests.TestEnergyDiffSBML1 (1 ms)
[ RUN ] CAPITests.TestEnergyDiffSBML2
[ OK ] CAPITests.TestEnergyDiffSBML2 (1 ms)
[ OK ] CAPITests.TestEnergyDiffSBML2 (2 ms)
[ RUN ] CAPITests.TestEnergyDiffCellML1
[ OK ] CAPITests.TestEnergyDiffCellML1 (2 ms)
[ RUN ] CAPITests.TestRDFTwice1
Expand All @@ -108,19 +108,19 @@ http://omex-library.org/NewOmex.omex/NewModel.xml#NewModel
[ OK ] CAPITests.RDFsetModelMetaid (0 ms)
[ RUN ] CAPITests.EditorgetLocalUri
http://omex-library.org/NewOmex.omex/NewModel.rdf#
[ OK ] CAPITests.EditorgetLocalUri (0 ms)
[ OK ] CAPITests.EditorgetLocalUri (1 ms)
[ RUN ] CAPITests.EditorgetModelUri
http://omex-library.org/NewOmex.omex/NewModel.xml
[ OK ] CAPITests.EditorgetModelUri (0 ms)
[ RUN ] CAPITests.EditorgetOmexRepository
http://omex-library.org/
[ OK ] CAPITests.EditorgetOmexRepository (1 ms)
[ OK ] CAPITests.EditorgetOmexRepository (0 ms)
[ RUN ] CAPITests.EditorsetOmexRepository
http://newOmexRepo.org/
[ OK ] CAPITests.EditorsetOmexRepository (0 ms)
[ RUN ] CAPITests.EditorsetArchiveUri
http://omex-library.org/newArchive.omex/
[ OK ] CAPITests.EditorsetArchiveUri (0 ms)
[ OK ] CAPITests.EditorsetArchiveUri (1 ms)
[ RUN ] CAPITests.RDFsetModelUri
http://omex-library.org/NewOmex.omex/newModelName.xml
[ OK ] CAPITests.RDFsetModelUri (0 ms)
Expand All @@ -143,7 +143,7 @@ http://omex-library.org/NewOmex.omex/NewModel.rdf#
dc:creator <https://orcid.org/1234-1234-1234-1234> .


[ OK ] CAPITests.EditoraddCreator (0 ms)
[ OK ] CAPITests.EditoraddCreator (1 ms)
[ RUN ] CAPITests.EditoraddContributor
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
Expand Down Expand Up @@ -214,7 +214,7 @@ http://omex-library.org/NewOmex.omex/NewModel.rdf#

[ OK ] CAPITests.EditoraddParentModel (1 ms)
[ RUN ] CAPITests.EditorGetXml
[ OK ] CAPITests.EditorGetXml (1 ms)
[ OK ] CAPITests.EditorGetXml (2 ms)
[ RUN ] CAPITests.PersonalInformationaddCreator
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
Expand Down Expand Up @@ -243,7 +243,7 @@ http://omex-library.org/NewOmex.omex/NewModel.rdf#
dc:creator <http://omex-library.org/NewOmex.omex/NewModel.xml#PersonalInfo0000> .


[ OK ] CAPITests.PersonalInformationaddName (2 ms)
[ OK ] CAPITests.PersonalInformationaddName (1 ms)
[ RUN ] CAPITests.PersonalInformationaddMbox
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
Expand All @@ -258,7 +258,7 @@ http://omex-library.org/NewOmex.omex/NewModel.rdf#
dc:creator <http://omex-library.org/NewOmex.omex/NewModel.xml#PersonalInfo0000> .


[ OK ] CAPITests.PersonalInformationaddMbox (1 ms)
[ OK ] CAPITests.PersonalInformationaddMbox (2 ms)
[ RUN ] CAPITests.PersonalInformationaddAccountName
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
Expand All @@ -273,7 +273,7 @@ http://omex-library.org/NewOmex.omex/NewModel.rdf#
dc:creator <http://omex-library.org/NewOmex.omex/NewModel.xml#PersonalInfo0000> .


[ OK ] CAPITests.PersonalInformationaddAccountName (2 ms)
[ OK ] CAPITests.PersonalInformationaddAccountName (1 ms)
[ RUN ] CAPITests.PersonalInformationaddAccountServiceHomepage
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
Expand Down Expand Up @@ -323,7 +323,7 @@ http://omex-library.org/NewOmex.omex/NewModel.rdf#
http://omex-library.org/NewOmex.omex/NewModel.xml#PersonalInfo0000
[ OK ] CAPITests.PersonalInformationgetMetaid (1 ms)
[ RUN ] CAPITests.RDFToEditorTestWithSemanticExtraction
[ OK ] CAPITests.RDFToEditorTestWithSemanticExtraction (10 ms)
[ OK ] CAPITests.RDFToEditorTestWithSemanticExtraction (12 ms)
[ RUN ] CAPITests.RDFToEditorTestWithoutSemanticExtraction
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix OMEXlib: <http://omex-library.org/> .
Expand Down Expand Up @@ -393,9 +393,9 @@ http://omex-library.org/NewOmex.omex/NewModel.xml#PersonalInfo0000
</listOfReactions>
</model>
</sbml>
[ OK ] CAPITests.EditorStripAnnotations (0 ms)
[----------] 71 tests from CAPITests (87 ms total)
[ OK ] CAPITests.EditorStripAnnotations (1 ms)
[----------] 71 tests from CAPITests (96 ms total)

[----------] Global test environment tear-down
[==========] 71 tests from 1 test suite ran. (87 ms total)
[==========] 71 tests from 1 test suite ran. (96 ms total)
[ PASSED ] 71 tests.
Expand Down
Loading

0 comments on commit 813ae28

Please sign in to comment.