[BioRuby-cvs] bioruby/test/unit/bio/appl test_pts1.rb,1.1,1.2
Mitsuteru C. Nakao
nakao at dev.open-bio.org
Mon Jun 5 02:54:44 UTC 2006
Update of /home/repository/bioruby/bioruby/test/unit/bio/appl
In directory dev.open-bio.org:/tmp/cvs-serv22247/test/unit/bio/appl
Modified Files:
test_pts1.rb
Log Message:
* added test_entry_id in TestPTS1Report class.
Index: test_pts1.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/appl/test_pts1.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_pts1.rb 2 May 2006 10:29:19 -0000 1.1
--- test_pts1.rb 5 Jun 2006 02:54:42 -0000 1.2
***************
*** 106,109 ****
--- 106,113 ----
end
+ def test_entry_id
+ assert_equal("hoge", @report.entry_id)
+ end
+
def test_prediction
assert_equal("Targeted", @report.prediction)
More information about the bioruby-cvs
mailing list