summaryrefslogtreecommitdiff
path: root/test/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/feature.rb')
-rw-r--r--test/feature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/feature.rb b/test/feature.rb
index 8983c11..f37f298 100644
--- a/test/feature.rb
+++ b/test/feature.rb
@@ -17,7 +17,7 @@ class FeatureTest < Test::Unit::TestCase
@features.each do |uri|
f = OpenTox::Feature.new(uri)
assert_equal RDF::OT1.TUM_CDK_nAtom, f[RDF::OWL.sameAs]
- assert_equal RDF::OT1.TUM_CDK_nAtom, f.metadata[RDF::OWL.sameAs]
+ assert_equal RDF::OT1.TUM_CDK_nAtom, f.metadata[RDF::OWL.sameAs].first.to_s
assert_equal [RDF::OT1.Feature,RDF::OT1.NumericFeature].sort, f[RDF.type].sort
end
end