From 684338c2c2709593adde6afc6fcba164606b991b Mon Sep 17 00:00:00 2001 From: nahi Date: Thu, 29 Jan 2004 02:54:21 +0000 Subject: * test/rss/test_*: do $: trick while searching a module in the current directory. * test/xsd/test_xmlschemaparser.rb, test/wsdl/test_emptycomplextype.rb, test/soap/helloworld/test_helloworld.rb, test/soap/calc/{test_calc.rb,test_calc2.rb}: do File.expand_path before using __FILE__. * test/yaml/test_yaml.rb: assert_equals -> assert_equal. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a7907ee6d..9b45822b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Jan 29 11:32:14 2004 NAKAMURA, Hiroshi + + * test/rss/test_*: do $: trick while searching a module in the current + directory. + + * test/xsd/test_xmlschemaparser.rb, test/wsdl/test_emptycomplextype.rb, + test/soap/helloworld/test_helloworld.rb, + test/soap/calc/{test_calc.rb,test_calc2.rb}: do File.expand_path + before using __FILE__. + + * test/yaml/test_yaml.rb: assert_equals -> assert_equal. + Thu Jan 29 01:56:02 2004 why the lucky stiff * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305] -- cgit