summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-31 12:32:24 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-31 12:32:24 +0000
commit5a5ede7359a8817ad64f0aa84983926275bd1b20 (patch)
treebc2648ded1b75a3e03f84a4d24b647d361efdffe /ChangeLog
parenta9c4b0f497616d914cafc469c9c836fe59fbb1db (diff)
* test/rexml/test_notationdecl_parsetest.rb: Remove setup because it
doesn't share anything with other tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 970a7d0fc0..847325e31c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 31 21:31:49 2013 Kouhei Sutou <kou@cozmixng.org>
+
+ * test/rexml/test_notationdecl_parsetest.rb: Remove setup because it
+ doesn't share anything with other tests.
+
Wed Jul 31 21:24:55 2013 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/test_attributes_mixin.rb: Remove a needless shebang.