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

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


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

Modified Files:
	test_color_scheme.rb test_contingency_table.rb 
Log Message:
Relicense of test suites.

Index: test_contingency_table.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/test_contingency_table.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_contingency_table.rb	23 Nov 2005 11:55:17 -0000	1.2
--- test_contingency_table.rb	31 Dec 2006 18:46:14 -0000	1.3
***************
*** 2,20 ****
  # test/unit/bio/util/test_contingency_table.rb - Unit test for Bio::ContingencyTable
  #
! #   Copyright (C) 2005 Trevor Wennblom <trevor at corevx.com>
! #
! #  This library is free software; you can redistribute it and/or
! #  modify it under the terms of the GNU Lesser General Public
! #  License as published by the Free Software Foundation; either
! #  version 2 of the License, or (at your option) any later version.
! #
! #  This library is distributed in the hope that it will be useful,
! #  but WITHOUT ANY WARRANTY; without even the implied warranty of
! #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
! #  Lesser General Public License for more details.
! #
! #  You should have received a copy of the GNU Lesser General Public
! #  License along with this library; if not, write to the Free Software
! #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
  #
  #  $Id$
--- 2,8 ----
  # test/unit/bio/util/test_contingency_table.rb - Unit test for Bio::ContingencyTable
  #
! # 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$
***************
*** 28,33 ****
  require 'bio/util/contingency_table'
  
! module Bio
!   class TestContingencyTable < Test::Unit::TestCase
   
      def lite_example(sequences, max_length, characters)
--- 16,21 ----
  require 'bio/util/contingency_table'
  
! module Bio #:nodoc:
!   class TestContingencyTable < Test::Unit::TestCase #:nodoc:
   
      def lite_example(sequences, max_length, characters)

Index: test_color_scheme.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/test_color_scheme.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_color_scheme.rb	23 Oct 2005 08:40:41 -0000	1.1
--- test_color_scheme.rb	31 Dec 2006 18:46:14 -0000	1.2
***************
*** 2,20 ****
  # test/unit/bio/util/test_color_scheme.rb - Unit test for Bio::ColorScheme
  #
! #   Copyright (C) 2005 Trevor Wennblom <trevor at corevx.com>
! #
! #  This library is free software; you can redistribute it and/or
! #  modify it under the terms of the GNU Lesser General Public
! #  License as published by the Free Software Foundation; either
! #  version 2 of the License, or (at your option) any later version.
! #
! #  This library is distributed in the hope that it will be useful,
! #  but WITHOUT ANY WARRANTY; without even the implied warranty of
! #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
! #  Lesser General Public License for more details.
! #
! #  You should have received a copy of the GNU Lesser General Public
! #  License along with this library; if not, write to the Free Software
! #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
  #
  #  $Id$
--- 2,8 ----
  # test/unit/bio/util/test_color_scheme.rb - Unit test for Bio::ColorScheme
  #
! # 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$
***************
*** 28,33 ****
  require 'bio/util/color_scheme'
  
! module Bio
!   class TestColorScheme < Test::Unit::TestCase
  
      def test_buried
--- 16,21 ----
  require 'bio/util/color_scheme'
  
! module Bio #:nodoc:
!   class TestColorScheme < Test::Unit::TestCase #:nodoc:
  
      def test_buried




More information about the bioruby-cvs mailing list