[BioRuby-cvs] bioruby/test/functional/bio/io test_soapwsdl.rb, 1.1,
1.2
Katayama Toshiaki
k at pub.open-bio.org
Fri Jan 20 07:04:05 EST 2006
Update of /home/repository/bioruby/bioruby/test/functional/bio/io
In directory pub.open-bio.org:/tmp/cvs-serv25948/test/functional/bio/io
Modified Files:
test_soapwsdl.rb
Log Message:
* to avoid erros (such as NoMethodError) caused by collision of class names,
the class name for functional test is changed to FuncTestHOGE
(the class name for unit test is TestHOGE as before).
Index: test_soapwsdl.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/functional/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:11:25 -0000 1.1
--- test_soapwsdl.rb 20 Jan 2006 12:04:03 -0000 1.2
***************
*** 31,35 ****
module Bio
! class TestSOAPWSDL < Test::Unit::TestCase
def setup
--- 31,35 ----
module Bio
! class FuncTestSOAPWSDL < Test::Unit::TestCase
def setup
***************
*** 60,62 ****
--- 60,64 ----
end
+
end
+
More information about the bioruby-cvs
mailing list