test/unit/bio/db/embl/test_sptr.rb in bio-1.4.1 vs test/unit/bio/db/embl/test_sptr.rb in bio-1.4.2
- old
+ new
@@ -862,15 +862,15 @@
sp = Bio::SPTR.new(data)
assert_equal(['NAME=Inherited peripheral neuropathies mutation db; URL="http://www.molgen.ua.ac.be/CMTMutations/".',
'NAME=Connexin-deafness homepage; URL="http://www.crg.es/deafness/".',
'NAME=GeneReviews; URL="http://www.genetests.org/query?gene=GJB1".'],
sp.cc['WEB RESOURCE'])
- assert_equal([{'NAME' => "Inherited peripheral neuropathies mutation db",
- 'URL' => 'http://www.molgen.ua.ac.be/CMTMutations/', 'NOTE' => nil},
- {'NAME' => "Connexin-deafness homepage",
- 'URL' => 'http://www.crg.es/deafness/', 'NOTE' => nil},
- {'NAME' => "GeneReviews",
- 'URL' => 'http://www.genetests.org/query?gene=GJB1', 'NOTE' => nil}],
+ assert_equal([{'Name' => "Inherited peripheral neuropathies mutation db",
+ 'URL' => 'http://www.molgen.ua.ac.be/CMTMutations/', 'Note' => nil},
+ {'Name' => "Connexin-deafness homepage",
+ 'URL' => 'http://www.crg.es/deafness/', 'Note' => nil},
+ {'Name' => "GeneReviews",
+ 'URL' => 'http://www.genetests.org/query?gene=GJB1', 'Note' => nil}],
sp.cc('WEB RESOURCE'))
end
end # class TestSPTRCC