[BioRuby-cvs] bioruby/test/unit/bio/appl/blast test_xmlparser.rb, 1.2, 1.3

Mitsuteru C. Nakao nakao at pub.open-bio.org
Sun Dec 18 12:06:58 EST 2005


Update of /home/repository/bioruby/bioruby/test/unit/bio/appl/blast
In directory pub.open-bio.org:/tmp/cvs-serv29695/test/unit/bio/appl/blast

Modified Files:
	test_xmlparser.rb 
Log Message:
* Fix a test data class.


Index: test_xmlparser.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/appl/blast/test_xmlparser.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_xmlparser.rb	22 Nov 2005 08:31:47 -0000	1.2
--- test_xmlparser.rb	18 Dec 2005 17:06:56 -0000	1.3
***************
*** 175,179 ****
    class TestBlastReportIteration < Test::Unit::TestCase
      def setup
!       data = Bio::TestBlastData.data
        report = Bio::Blast::Report.new(data)
        @itr = report.iterations.first
--- 175,179 ----
    class TestBlastReportIteration < Test::Unit::TestCase
      def setup
!       data = TestBlastFormat7XMLParserData.output
        report = Bio::Blast::Report.new(data)
        @itr = report.iterations.first



More information about the bioruby-cvs mailing list