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

Trevor Wennblom trevor at dev.open-bio.org
Sun Dec 31 18:46:17 UTC 2006


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

Modified Files:
	test_cut_locations_in_enzyme_notation.rb 
Log Message:
Relicense of test suites.

Index: test_cut_locations_in_enzyme_notation.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme/single_strand/test_cut_locations_in_enzyme_notation.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_cut_locations_in_enzyme_notation.rb	1 Feb 2006 07:38:12 -0000	1.1
--- test_cut_locations_in_enzyme_notation.rb	31 Dec 2006 18:46:15 -0000	1.2
***************
*** 1,2 ****
--- 1,12 ----
+ #
+ # test/unit/bio/util/restriction_enzyme/single_strand/test_cut_locations_in_enzyme_notation.rb - Unit test for Bio::RestrictionEnzyme::SingleStrand::CutLocationsInEnzymeNotation
+ #
+ # Author::    Trevor Wennblom  <mailto:trevor at corevx.com>
+ # Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
+ # License::   Distributes under the same terms as Ruby
+ #
+ #  $Id$
+ #
+ 
  require 'pathname'
  libpath = Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 6, 'lib')).cleanpath.to_s
***************
*** 6,12 ****
  require 'bio/util/restriction_enzyme/single_strand/cut_locations_in_enzyme_notation'
  
! module Bio
  
! class TestSingleStrandCutLocationsInEnzymeNotation < Test::Unit::TestCase
  
    def setup
--- 16,22 ----
  require 'bio/util/restriction_enzyme/single_strand/cut_locations_in_enzyme_notation'
  
! module Bio #:nodoc:
  
! class TestSingleStrandCutLocationsInEnzymeNotation < Test::Unit::TestCase #:nodoc:
  
    def setup




More information about the bioruby-cvs mailing list