From: Nobuhiro Fujitaka Date: 2003-12-23T14:41:44+09:00 Subject: [ruby-list:38937] Re: Ruby 1.8.1 preview4 --------_3FE7CBCF6DDC046F9B10_MULTIPART_MIXED_ Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit 藤高といいます、ruby 超お気に入りです。 皆さんのパワーには常日頃から敬服しております。 > Folks, who are not in Christmas holiday :-), > please run the testsuite after installing preview4. Then, > please take a little time to file the report if any failures or > errors would be found. > > $ make && make test && make install && cd test && ruby runner.rb Windows XP Home Edition Visual Studio .NET 2003 ruby-1.8.1-preview4 での runnner.rb の結果です。 #ついでに -d 付きを gzip で圧縮して添付しました。 #ruby -d runner.rb 2> runner-d-ruby1.8.1-p4.txt 以下は -d 無しです。 cd win32 configure nmake nmake test nmake DESTDIR=d:\ruby install cd ..\test d:\ruby\bin\ruby runner.rb Loaded suite . Started .............................................................................................................................................................................................................................................................................................................................................................................................EEEEEEEE.EEEEEEEEEEEEEEEEEEE.EEEEEEEEEEEEEEE.EEEEEEEEEEEEEEEEEEEEE........................................................................................................................................................EE.EE.............................................................................. Finished in 73.986 seconds. 1) Error: test_charset(SOAP::TestStreamHandler): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:102:in `invoke' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:108:in `call' d:/ruby/lib/ruby/1.8/soap/rpc/driver.rb:190:in `call' (eval):2:in `do_server_proc' ./soap/test_streamhandler.rb:184:in `test_charset' 2) Error: test_normal(SOAP::TestStreamHandler): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:102:in `invoke' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:108:in `call' d:/ruby/lib/ruby/1.8/soap/rpc/driver.rb:190:in `call' (eval):2:in `do_server_proc' ./soap/test_streamhandler.rb:138:in `test_normal' 3) Error: test_proxy(SOAP::TestStreamHandler): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:102:in `invoke' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:108:in `call' d:/ruby/lib/ruby/1.8/soap/rpc/driver.rb:190:in `call' (eval):2:in `do_server_proc' ./soap/test_streamhandler.rb:169:in `test_proxy' 4) Error: test_calc(SOAP::Calc::TestCalc): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:102:in `invoke' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:108:in `call' d:/ruby/lib/ruby/1.8/soap/rpc/driver.rb:190:in `call' (eval):2:in `add' ./soap/calc/test_calc.rb:46:in `test_calc' 5) Error: test_calc2(SOAP::Calc::TestCalc2): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:102:in `invoke' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:108:in `call' d:/ruby/lib/ruby/1.8/soap/rpc/driver.rb:190:in `call' (eval):2:in `set' ./soap/calc/test_calc2.rb:49:in `test_calc2' 6) Error: test_calc_cgi(SOAP::Calc::TestCalcCGI): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:102:in `invoke' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:108:in `call' d:/ruby/lib/ruby/1.8/soap/rpc/driver.rb:190:in `call' (eval):2:in `add' ./soap/calc/test_calc_cgi.rb:61:in `test_calc_cgi' 7) Error: test_hello_world(SOAP::HelloWorld::TestHelloWorld): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:102:in `invoke' d:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:108:in `call' d:/ruby/lib/ruby/1.8/soap/rpc/driver.rb:190:in `call' (eval):2:in `hello_world' ./soap/helloworld/test_helloworld.rb:44:in `test_hello_world' 8) Error: test_marshal(SOAP::Marshal::TestDigraph): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' ./soap/marshal/test_digraph.rb:42:in `test_marshal' 9) Error: test_array(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:88:in `test_array' 10) Error: test_array_ivar(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:98:in `test_array_ivar' 11) Error: test_array_subclass(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:92:in `test_array_subclass' 12) Error: test_bignum(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:167:in `test_bignum' 13) Error: test_exception(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:103:in `test_exception' 14) Error: test_exception_subclass(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:107:in `test_exception_subclass' 15) Error: test_extend(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:431:in `test_extend' 16) Error: test_extend_string(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:444:in `test_extend_string' 17) Error: test_false(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:111:in `test_false' 18) Error: test_fixnum(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:175:in `test_fixnum' 19) Error: test_fixnum_ivar(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:185:in `test_fixnum_ivar' 20) Error: test_fixnum_ivar_self(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:193:in `test_fixnum_ivar_self' 21) Error: test_float(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:199:in `test_float' 22) Error: test_float_extend(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:226:in `test_float_extend' 23) Error: test_float_inf_nan(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:205:in `test_float_inf_nan' 24) Error: test_float_ivar(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:214:in `test_float_ivar' 25) Error: test_float_ivar_self(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:220:in `test_float_ivar_self' 26) Error: test_hash(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:116:in `test_hash' 27) Error: test_hash_default(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:122:in `test_hash_default' 28) Error: test_hash_extend(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:145:in `test_hash_extend' 29) Error: test_hash_ivar(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:139:in `test_hash_ivar' 30) Error: test_hash_subclass(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:128:in `test_hash_subclass' 31) Error: test_hash_subclass_extend(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:157:in `test_hash_subclass_extend' 32) Error: test_nil(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:393:in `test_nil' 33) Error: test_object(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:50:in `test_object' 34) Error: test_object_extend(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:60:in `test_object_extend' 35) Error: test_object_subclass(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:54:in `test_object_subclass' 36) Error: test_object_subclass_extend(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:72:in `test_object_subclass_extend' 37) Error: test_range(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:237:in `test_range' 38) Error: test_range_cyclic(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:410:in `test_range_cyclic' 39) Error: test_range_subclass(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:242:in `test_range_subclass' 40) Error: test_regexp(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:247:in `test_regexp' 41) Error: test_regexp_subclass(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:253:in `test_regexp_subclass' 42) Error: test_share(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:399:in `test_share' 43) Error: test_string(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:258:in `test_string' 44) Error: test_string_crlf(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:468:in `test_string_crlf' 45) Error: test_string_empty(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:464:in `test_string_empty' 46) Error: test_string_escape(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:472:in `test_string_escape' 47) Error: test_string_ivar(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:264:in `test_string_ivar' 48) Error: test_string_subclass(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:268:in `test_string_subclass' 49) Error: test_string_subclass_cycle(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:274:in `test_string_subclass_cycle' 50) Error: test_string_subclass_extend(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:284:in `test_string_subclass_extend' 51) Error: test_struct(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:306:in `test_struct' 52) Error: test_struct_ivar(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:321:in `test_struct_ivar' 53) Error: test_struct_subclass(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:315:in `test_struct_subclass' 54) Error: test_struct_subclass_extend(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:327:in `test_struct_subclass_extend' 55) Error: test_struct_toplevel(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:492:in `test_struct_toplevel' 56) Error: test_symbol(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:337:in `test_symbol' 57) Error: test_time(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:374:in `test_time' ./soap/marshal/test_marshal.rb:372:in `times' ./soap/marshal/test_marshal.rb:372:in `test_time' 58) Error: test_time_ivar(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:385:in `test_time_ivar' 59) Error: test_time_subclass(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:379:in `test_time_subclass' 60) Error: test_true(SOAP::Marshal::TestMarshal): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:32:in `load' ./soap/marshal/test_marshal.rb:19:in `decode' ./soap/marshal/test_marshal.rb:25:in `marshaltest' ./soap/marshal/test_marshal.rb:31:in `marshal_equal' ./soap/marshal/test_marshal.rb:389:in `test_true' 61) Error: test_foo1(SOAP::Marshal::TestStruct): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' ./soap/marshal/test_struct.rb:41:in `convert' ./soap/marshal/test_struct.rb:19:in `test_foo1' 62) Error: test_foo2(SOAP::Marshal::TestStruct): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' ./soap/marshal/test_struct.rb:41:in `convert' ./soap/marshal/test_struct.rb:27:in `test_foo2' 63) Error: test_foo3(SOAP::Marshal::TestStruct): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/marshal.rb:44:in `unmarshal' ./soap/marshal/test_struct.rb:41:in `convert' ./soap/marshal/test_struct.rb:35:in `test_foo3' 64) Error: test_datetime(WSDL::Datetime::TestDatetime): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/wsdlDriver.rb:282:in `invoke' d:/ruby/lib/ruby/1.8/soap/wsdlDriver.rb:224:in `rpc_send' (eval):2:in `now' ./wsdl/datetime/test_datetime.rb:62:in `test_datetime' 65) Error: test_time(WSDL::Datetime::TestDatetime): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/wsdlDriver.rb:282:in `invoke' d:/ruby/lib/ruby/1.8/soap/wsdlDriver.rb:224:in `rpc_send' (eval):2:in `now' ./wsdl/datetime/test_datetime.rb:76:in `test_time' 66) Error: test_raa(WSDL::RAA::TestRAA): NameError: undefined local variable or method `num' for REXML::Encoding:Module d:/ruby/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse' d:/ruby/lib/ruby/1.8/soap/parser.rb:89:in `parse' d:/ruby/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal' d:/ruby/lib/ruby/1.8/soap/wsdlDriver.rb:282:in `invoke' d:/ruby/lib/ruby/1.8/soap/wsdlDriver.rb:224:in `rpc_send' (eval):2:in `getAllListings' ./wsdl/raa/test_raa.rb:62:in `test_raa' 67) Error: test_wsdl(XSD::TestEmptyCharset): RuntimeError: uconv or iconv is required for Japanese encoding support. d:/ruby/lib/ruby/1.8/rexml/encodings/EUC-JP.rb:35 d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `load' d:/ruby/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/source.rb:41:in `encoding=' d:/ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull' d:/ruby/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse' d:/ruby/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream' d:/ruby/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' d:/ruby/lib/ruby/1.8/wsdl/xmlSchema/parser.rb:60:in `parse' ./xsd/test_noencoding.rb:14:in `test_wsdl' 682 tests, 6701 assertions, 0 failures, 67 errors basic_auth is not supported under soap4r + net/http for now. ------ Nobuhiro Fujitaka fujitaka@kt.rim.or.jp --------_3FE7CBCF6DDC046F9B10_MULTIPART_MIXED_ Content-Type: application/octet-stream; name="runner-d-ruby1.8.1-p4.txt.gz" Content-Disposition: attachment; filename="runner-d-ruby1.8.1-p4.txt.gz" Content-Transfer-Encoding: base64 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 5bRSofV/pTEv7QnFAgA= --------_3FE7CBCF6DDC046F9B10_MULTIPART_MIXED_--