[BioRuby-cvs] bioruby/test/functional/bio/sequence test_output_embl.rb, 1.1.2.1, 1.1.2.2

Naohisa Goto ngoto at dev.open-bio.org
Fri Mar 28 00:56:29 UTC 2008


Update of /home/repository/bioruby/bioruby/test/functional/bio/sequence
In directory dev.open-bio.org:/tmp/cvs-serv22830/test/functional/bio/sequence

Modified Files:
      Tag: BRANCH-biohackathon2008
	test_output_embl.rb 
Log Message:
removed unwanted puts


Index: test_output_embl.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/functional/bio/sequence/Attic/test_output_embl.rb,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** test_output_embl.rb	27 Mar 2008 13:38:31 -0000	1.1.2.1
--- test_output_embl.rb	28 Mar 2008 00:56:27 -0000	1.1.2.2
***************
*** 39,43 ****
  
  def test_output_embl
!   assert_nothing_raised { puts @seq.output(:embl) }
  end
  
--- 39,43 ----
  
  def test_output_embl
!   assert_nothing_raised { @seq.output(:embl) }
  end
  




More information about the bioruby-cvs mailing list