aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-25 13:32:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-25 13:32:48 +0000
commit3e7c68119c1528f1589e53d9a795bc303dbddc1c (patch)
tree6a47a01e7c662997b80cd0e87443ad94e83700a8 /ChangeLog
parent7df8b94926b79f280ed0be387897fa3d0187fb44 (diff)
downloadruby-3e7c68119c1528f1589e53d9a795bc303dbddc1c.tar.gz
* test/digest/test_digest_extend.rb (TestDigestExtend#setup):
should not depend on the result of previous tests * test/with_diffent_ofs.rb (DifferentOFS::WithDifferentOFS): give name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index efe8b5e6ea..016331eac3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-Sat Dec 25 22:08:04 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat Dec 25 22:32:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/digest/test_digest_extend.rb (TestDigestExtend#setup):
+ should not depend on the result of previous tests
+
+ * test/with_diffent_ofs.rb (DifferentOFS::WithDifferentOFS): give
+ name.
* test/with_diffent_ofs.rb (DifferentOFS): test suite for test
suites affected by $,.
@@ -7,7 +13,7 @@ Sat Dec 25 22:08:04 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
assume $, invariant.
* test/csv/test_data_converters.rb, test/csv/test_table.rb: don't
- not call setup within tests.
+ call setup within tests.
Sat Dec 25 20:01:40 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>