From 3602e952c56b388746f65c2c5d3779b7dcecc635 Mon Sep 17 00:00:00 2001 From: ntalbott Date: Sun, 5 Oct 2003 02:17:07 +0000 Subject: * lib/rubyunit.rb: aliasing TestCase into the top level is problematic. * lib/runit/assert.rb: fixed a couple of bugs caused by recent refactoring in Test::Unit. * test/testunit/runit/*: added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 790ea6b08..2d0a694e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun Oct 5 11:14:00 2003 Nathaniel Talbott + + * lib/rubyunit.rb: aliasing TestCase into the top level is + problematic. + + * lib/runit/assert.rb: fixed a couple of bugs caused by recent + refactoring in Test::Unit. + + * test/testunit/runit/*: added. + Sun Oct 5 10:55:29 2003 NAKAMURA, Hiroshi * lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not -- cgit