[BioRuby-cvs] bioruby/test/unit/bio/util/restriction_enzyme test_analysis.rb, 1.3, 1.4 test_double_stranded.rb, 1.1, 1.2 test_integer.rb, 1.1, 1.2 test_single_strand.rb, 1.1, 1.2 test_single_strand_complement.rb, 1.1, 1.2 test_string_formatting.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
In directory dev.open-bio.org:/tmp/cvs-serv31881/util/restriction_enzyme

Modified Files:
	test_analysis.rb test_double_stranded.rb test_integer.rb 
	test_single_strand.rb test_single_strand_complement.rb 
	test_string_formatting.rb 
Log Message:
Relicense of test suites.

Index: test_analysis.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme/test_analysis.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_analysis.rb	28 Feb 2006 22:22:50 -0000	1.3
--- test_analysis.rb	31 Dec 2006 18:46:14 -0000	1.4
***************
*** 1,2 ****
--- 1,12 ----
+ #
+ # test/unit/bio/util/restriction_enzyme/test_analysis.rb - Unit test for Bio::RestrictionEnzyme::Analysis
+ #
+ # 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__), ['..'] * 5, 'lib')).cleanpath.to_s
***************
*** 6,12 ****
  require 'bio/util/restriction_enzyme/analysis'
  
! module Bio
  
! class TestAnalysis < Test::Unit::TestCase
  
    def setup
--- 16,22 ----
  require 'bio/util/restriction_enzyme/analysis'
  
! module Bio #:nodoc:
  
! class TestAnalysis < Test::Unit::TestCase #:nodoc:
  
    def setup

Index: test_double_stranded.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme/test_double_stranded.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_double_stranded.rb	1 Feb 2006 07:38:12 -0000	1.1
--- test_double_stranded.rb	31 Dec 2006 18:46:14 -0000	1.2
***************
*** 1,2 ****
--- 1,12 ----
+ #
+ # test/unit/bio/util/restriction_enzyme/test_double_stranded.rb - Unit test for Bio::RestrictionEnzyme::DoubleStranded
+ #
+ # 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__), ['..'] * 5, 'lib')).cleanpath.to_s
***************
*** 6,12 ****
  require 'bio/util/restriction_enzyme/double_stranded'
  
! module Bio
  
! class TestDoubleStranded < Test::Unit::TestCase
  
    def setup
--- 16,22 ----
  require 'bio/util/restriction_enzyme/double_stranded'
  
! module Bio #:nodoc:
  
! class TestDoubleStranded < Test::Unit::TestCase #:nodoc:
  
    def setup

Index: test_single_strand.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme/test_single_strand.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_single_strand.rb	1 Feb 2006 07:38:12 -0000	1.1
--- test_single_strand.rb	31 Dec 2006 18:46:14 -0000	1.2
***************
*** 1,2 ****
--- 1,12 ----
+ #
+ # test/unit/bio/util/restriction_enzyme/test_single_strand.rb - Unit test for Bio::RestrictionEnzyme::SingleStrand
+ #
+ # 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__), ['..'] * 5, 'lib')).cleanpath.to_s
***************
*** 6,12 ****
  require 'bio/util/restriction_enzyme/single_strand'
  
! module Bio
  
! class TestSingleStrand < Test::Unit::TestCase
  
    def setup
--- 16,22 ----
  require 'bio/util/restriction_enzyme/single_strand'
  
! module Bio #:nodoc:
  
! class TestSingleStrand < Test::Unit::TestCase #:nodoc:
  
    def setup

Index: test_integer.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme/test_integer.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_integer.rb	1 Feb 2006 07:38:12 -0000	1.1
--- test_integer.rb	31 Dec 2006 18:46:14 -0000	1.2
***************
*** 1,2 ****
--- 1,12 ----
+ #
+ # test/unit/bio/util/restriction_enzyme/test_integer.rb - Unit test for Bio::RestrictionEnzyme::Integer
+ #
+ # 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__), ['..'] * 5, 'lib')).cleanpath.to_s
***************
*** 6,12 ****
  require 'bio/util/restriction_enzyme/integer'
  
! module Bio
  
! class TestCutLocationsInEnzymeNotation < Test::Unit::TestCase
  
    def test_negative?
--- 16,22 ----
  require 'bio/util/restriction_enzyme/integer'
  
! module Bio #:nodoc:
  
! class TestCutLocationsInEnzymeNotation < Test::Unit::TestCase #:nodoc:
  
    def test_negative?

Index: test_string_formatting.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme/test_string_formatting.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_string_formatting.rb	1 Feb 2006 07:38:12 -0000	1.1
--- test_string_formatting.rb	31 Dec 2006 18:46:14 -0000	1.2
***************
*** 1,2 ****
--- 1,12 ----
+ #
+ # test/unit/bio/util/restriction_enzyme/test_string_formatting.rb - Unit test for Bio::RestrictionEnzyme::StringFormatting
+ #
+ # 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__), ['..'] * 5, 'lib')).cleanpath.to_s
***************
*** 6,12 ****
  require 'bio/util/restriction_enzyme/string_formatting'
  
! module Bio
  
! class TestStringFormatting < Test::Unit::TestCase
  
    include Bio::RestrictionEnzyme::StringFormatting
--- 16,22 ----
  require 'bio/util/restriction_enzyme/string_formatting'
  
! module Bio #:nodoc:
  
! class TestStringFormatting < Test::Unit::TestCase #:nodoc:
  
    include Bio::RestrictionEnzyme::StringFormatting

Index: test_single_strand_complement.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme/test_single_strand_complement.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_single_strand_complement.rb	1 Feb 2006 07:38:12 -0000	1.1
--- test_single_strand_complement.rb	31 Dec 2006 18:46:14 -0000	1.2
***************
*** 1,2 ****
--- 1,12 ----
+ #
+ # test/unit/bio/util/restriction_enzyme/test_single_strand_complement.rb - Unit test for Bio::RestrictionEnzyme::SingleStrandComplement
+ #
+ # 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__), ['..'] * 5, 'lib')).cleanpath.to_s
***************
*** 6,12 ****
  require 'bio/util/restriction_enzyme/single_strand_complement'
  
! module Bio
  
! class TestSingleStrandComplement < Test::Unit::TestCase
  
    def setup
--- 16,22 ----
  require 'bio/util/restriction_enzyme/single_strand_complement'
  
! module Bio #:nodoc:
  
! class TestSingleStrandComplement < Test::Unit::TestCase #:nodoc:
  
    def setup




More information about the bioruby-cvs mailing list