@@ -152,8 +152,8 @@ def test_ontology_properties
152152 ont = LinkedData ::Models ::Ontology . find ( 'BRO35' ) . first
153153 ont . bring ( :submissions )
154154 sub = ont . submissions [ 0 ]
155- props = ont . properties ( )
156- assert_equal 82 , props . length
155+ props = ont . properties
156+ assert_equal 86 , props . length
157157
158158 # verify sorting
159159 assert_equal "http://bioontology.org/ontologies/BiomedicalResourceOntology.owl#AlgorithmPurpose" , props [ 0 ] . id . to_s
@@ -192,7 +192,7 @@ def test_ontology_properties
192192
193193 # test property roots
194194 pr = ont . property_roots ( sub , extra_include = [ :hasChildren , :children ] )
195- assert_equal 61 , pr . length
195+ assert_equal 65 , pr . length
196196
197197 # verify sorting
198198 assert_equal "http://bioontology.org/ontologies/BiomedicalResourceOntology.owl#AlgorithmPurpose" , pr [ 0 ] . id . to_s
@@ -206,7 +206,7 @@ def test_ontology_properties
206206 assert_equal 33 , dpr . length
207207 # count annotation properties
208208 apr = pr . select { |p | p . class == LinkedData ::Models ::AnnotationProperty }
209- assert_equal 10 , apr . length
209+ assert_equal 14 , apr . length
210210 # check for non-root properties
211211 assert_empty pr . select { |p | [ "http://www.w3.org/2004/02/skos/core#broaderTransitive" ,
212212 "http://www.w3.org/2004/02/skos/core#topConceptOf" ,
0 commit comments