[BioRuby-cvs] bioruby/test/unit/bio/db test_gff.rb,1.3,1.4
Katayama Toshiaki
k at pub.open-bio.org
Sun Dec 18 20:21:45 EST 2005
Update of /home/repository/bioruby/bioruby/test/unit/bio/db
In directory pub.open-bio.org:/tmp/cvs-serv31668/test/unit/bio/db
Modified Files:
test_gff.rb
Log Message:
* separate a test method
Index: test_gff.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/db/test_gff.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_gff.rb 18 Dec 2005 18:04:31 -0000 1.3
--- test_gff.rb 19 Dec 2005 01:21:42 -0000 1.4
***************
*** 47,50 ****
--- 47,53 ----
def test_records
assert_equal(8, @obj.records.size)
+ end
+
+ def test_record_class
assert_equal(Bio::GFF::Record, @obj.records[0].class)
end
More information about the bioruby-cvs
mailing list