aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-11 12:54:33 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-11 12:54:33 +0000
commitcbeafa71908cf51548be219f8bcee034a4bdbcf0 (patch)
tree99f86a45ac1782f346c40210874774b7f47a1e78 /ChangeLog
parent90be970018730e6362b157df7e210e23bbfcea96 (diff)
downloadruby-cbeafa71908cf51548be219f8bcee034a4bdbcf0.tar.gz
* test/rake/test_task_arguments.rb: makes ENV empty during tests
because ENV may change the behavior of Rake::TaskArguments. [ruby-core:29984] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cb6005ac2..527ffbbfcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue May 11 21:53:18 2010 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/rake/test_task_arguments.rb: makes ENV empty during tests
+ because ENV may change the behavior of Rake::TaskArguments.
+ [ruby-core:29984]
+
Tue May 11 15:14:30 2010 NARUSE, Yui <naruse@ruby-lang.org>
* enc/utf_8.c: Add new alias UTF-8-HFS for UTF8-MAC.