From 5cf0de5fe2c513998320efc809e5a7c6313432f4 Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 30 Sep 2008 14:13:33 +0000 Subject: Temporarily removed test/mini/* because they depend on the minitest version of test/unit, which had been reverted. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e96e5f089..6534caaaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Tue Sep 30 23:06:58 2008 Yuki Sonoda (Yugui) + + * test/mini/test_mini_test.rb: removed. + Temporarily removed the tests for miniunit because of + they depend on the miniunit version of test/unit, + where test/unit was temporarily reverted to the state + before importing miniunit. + + * test/mini/test_mini_mock.rb: ditto. + + * test/mini/test_mini_spec.rb: ditto. + Tue Sep 30 23:04:30 2008 Yuki Sonoda (Yugui) * lib/test/**/*: recovered. -- cgit