[BioRuby-cvs] bioruby/test/unit/bio/util/restriction_enzyme/analysis test_calculated_cuts.rb, 1.1, 1.2 test_sequence_range.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/analysis
In directory dev.open-bio.org:/tmp/cvs-serv31881/util/restriction_enzyme/analysis

Modified Files:
	test_calculated_cuts.rb test_sequence_range.rb 
Log Message:
Relicense of test suites.

Index: test_sequence_range.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme/analysis/test_sequence_range.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_sequence_range.rb	1 Feb 2006 07:38:12 -0000	1.1
--- test_sequence_range.rb	31 Dec 2006 18:46:15 -0000	1.2
***************
*** 1,2 ****
--- 1,12 ----
+ #
+ # test/unit/bio/util/restriction_enzyme/analysis/test_sequence_range.rb - Unit test for Bio::RestrictionEnzyme::Analysis::SequenceRange
+ #
+ # 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
***************
*** 12,18 ****
  require 'bio/util/restriction_enzyme/analysis/cut_ranges'
  
! module Bio
  
! class TestAnalysisSequenceRange < Test::Unit::TestCase
  
    def setup
--- 22,28 ----
  require 'bio/util/restriction_enzyme/analysis/cut_ranges'
  
! module Bio #:nodoc:
  
! class TestAnalysisSequenceRange < Test::Unit::TestCase #:nodoc:
  
    def setup

Index: test_calculated_cuts.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme/analysis/test_calculated_cuts.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_calculated_cuts.rb	1 Feb 2006 07:38:12 -0000	1.1
--- test_calculated_cuts.rb	31 Dec 2006 18:46:15 -0000	1.2
***************
*** 1,2 ****
--- 1,12 ----
+ #
+ # test/unit/bio/util/restriction_enzyme/analysis/test_calculated_cuts.rb - Unit test for Bio::RestrictionEnzyme::Analysis::CalculatedCuts
+ #
+ # 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
***************
*** 10,16 ****
  require 'bio/util/restriction_enzyme/analysis/cut_ranges'
  
! module Bio
  
! class TestAnalysisCalculatedCuts < Test::Unit::TestCase
  
    def setup
--- 20,26 ----
  require 'bio/util/restriction_enzyme/analysis/cut_ranges'
  
! module Bio #:nodoc:
  
! class TestAnalysisCalculatedCuts < Test::Unit::TestCase #:nodoc:
  
    def setup




More information about the bioruby-cvs mailing list