aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 04:03:55 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 04:03:55 +0000
commitdbfb5deab64a8b929b77361b132cd4cad4f8ce10 (patch)
tree12650008ec86d879f36cca92980f80667a839609 /ChangeLog
parent9c606a0a4cb6d573c1331215386d35d5fdc59e55 (diff)
downloadruby-dbfb5deab64a8b929b77361b132cd4cad4f8ce10.tar.gz
* test/rexml/test_encoding.rb (EncodingTester#test_in_different_out):
Fix a test that expects encoding in XML declaration is changed by Output's encoding. It is dropped feature. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37442 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 c920ba31fc..251648c333 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Nov 3 13:01:02 2012 Kouhei Sutou <kou@cozmixng.org>
+
+ * test/rexml/test_encoding.rb (EncodingTester#test_in_different_out):
+ Fix a test that expects encoding in XML declaration is changed by
+ Output's encoding. It is dropped feature.
+
Sat Nov 3 12:54:13 2012 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/test_core.rb (Tester#test_ticket_88): Follow the