[BioRuby-cvs] bioruby/test/unit/bio/io test_soapwsdl.rb,1.1,1.2

Mitsuteru C. Nakao nakao at dev.open-bio.org
Mon Jun 5 02:52:01 UTC 2006


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

Modified Files:
	test_soapwsdl.rb 
Log Message:
* updated test_methods for recently added list_methods method in 
  lib/bio/io/soapwsdl.rb.


Index: test_soapwsdl.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/io/test_soapwsdl.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_soapwsdl.rb	18 Dec 2005 17:09:53 -0000	1.1
--- test_soapwsdl.rb	5 Jun 2006 02:51:59 -0000	1.2
***************
*** 2,20 ****
  # test/unit/bio/io/test_soapwsdl.rb - Unit test for SOAP/WSDL
  #
! #   Copyright (C) 2005 Mitsuteru Nakao <n at bioruby.org>
! #
! #  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,7 ----
  # test/unit/bio/io/test_soapwsdl.rb - Unit test for SOAP/WSDL
  #
! # Copytight::   Copyright (C) 2005 Mitsuteru Nakao <n at bioruby.org>
! # License::     Ruby's
  #
  #  $Id$ 
***************
*** 38,42 ****
  
    def test_methods
!     methods = ['wsdl', 'wsdl=', 'log', 'log=']
      assert_equal(methods.sort, (@obj.instance_methods - Object.methods).sort)
    end
--- 25,29 ----
  
    def test_methods
!     methods = ['list_methods','wsdl', 'wsdl=', 'log', 'log=']
      assert_equal(methods.sort, (@obj.instance_methods - Object.methods).sort)
    end




More information about the bioruby-cvs mailing list