aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-17 14:46:56 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-17 14:46:56 +0000
commit5760abaf088c514e9fdd3108a0cb13419e8a7642 (patch)
tree009c85c38d6c8fa7e2273ddcebe5393ee3a9e2d6
parent589a460801a6376ce64c00be03f022443b07e347 (diff)
downloadruby-5760abaf088c514e9fdd3108a0cb13419e8a7642.tar.gz
* test/ruby/test_io.rb: fix duplicated test name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--test/ruby/test_io.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 595f2cf058..c1e51c1b11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 17 23:44:15 2013 Kazuki Tsujimoto <kazuki@callcc.net>
+
+ * test/ruby/test_io.rb: fix duplicated test name.
+
Tue Dec 17 20:15:00 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* hash.c (rb_hash_reject): revert to deprecated behavior, with
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index 8eb94e367a..6af318c706 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -2969,7 +2969,7 @@ End
t.kill
end
- def test_s_write
+ def test_io_s_write
t = Tempfile.new("test_io")
t.close
path = t.path