[BioRuby-cvs] bioruby/test/unit/bio/util test_restriction_enzyme.rb, 1.1, 1.2

Trevor Wennblom trevor at dev.open-bio.org
Mon Jan 1 00:12:56 UTC 2007


Update of /home/repository/bioruby/bioruby/test/unit/bio/util
In directory dev.open-bio.org:/tmp/cvs-serv351/test/unit/bio/util

Modified Files:
	test_restriction_enzyme.rb 
Log Message:


Index: test_restriction_enzyme.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/test_restriction_enzyme.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_restriction_enzyme.rb	31 Dec 2006 23:50:34 -0000	1.1
--- test_restriction_enzyme.rb	1 Jan 2007 00:12:54 -0000	1.2
***************
*** 35,39 ****
      assert_equal(@t.enzyme_name?('aari'), true)
      assert_equal(@t.enzyme_name?('EcoRI'), true)
!     assert_equal(@t.enzyme_name?('EcoooRI'), true) # FIXME should actually be false
    end
  
--- 35,39 ----
      assert_equal(@t.enzyme_name?('aari'), true)
      assert_equal(@t.enzyme_name?('EcoRI'), true)
!     assert_equal(@t.enzyme_name?('EcoooRI'), false)
    end
  



More information about the bioruby-cvs mailing list