summaryrefslogtreecommitdiff
path: root/test/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/feature.rb')
-rw-r--r--test/feature.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/feature.rb b/test/feature.rb
index 01c2206..8983c11 100644
--- a/test/feature.rb
+++ b/test/feature.rb
@@ -16,8 +16,8 @@ class FeatureTest < Test::Unit::TestCase
def test_feature
@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].first
+ 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.Feature,RDF::OT1.NumericFeature].sort, f[RDF.type].sort
end
end