[BioRuby-cvs] bioruby/test/unit/bio/db test_rebase.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/db
In directory dev.open-bio.org:/tmp/cvs-serv31881/db
Modified Files:
test_rebase.rb
Log Message:
Relicense of test suites.
Index: test_rebase.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/db/test_rebase.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_rebase.rb 20 Jan 2006 09:53:24 -0000 1.2
--- test_rebase.rb 31 Dec 2006 18:46:14 -0000 1.3
***************
*** 2,30 ****
# test/unit/bio/db/test_rebase.rb - Unit test for Bio::REBASE
#
! # Copyright:: Copyright (C) 2005 Trevor Wennblom <trevor at corevx.com>
! # License:: LGPL
#
# $Id$
#
- #
- #--
- #
- # 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
- #
- #++
- #
- #
require 'pathname'
--- 2,11 ----
# test/unit/bio/db/test_rebase.rb - Unit test for Bio::REBASE
#
! # 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'
***************
*** 35,40 ****
require 'bio/db/rebase'
! module Bio
! class TestREBASE < Test::Unit::TestCase
def setup
--- 16,21 ----
require 'bio/db/rebase'
! module Bio #:nodoc:
! class TestREBASE < Test::Unit::TestCase #:nodoc:
def setup
More information about the bioruby-cvs
mailing list