summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-03 07:54:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-03 07:54:24 +0000
commitb381a662fec9ebfede4807277cb149063efd5dbe (patch)
treeafb4bed2aba889d39e5f6ee623777f801891195d /ChangeLog
parentf050b2232711c162ee380ba61ddb8554cb4f7719 (diff)
test_io_console.rb: descriptive assertions
* test/io/console/test_io_console.rb (test_stringio_getch): use more descriptive assertions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 764ec81fbd..9e1acfef9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sun Feb 3 16:54:15 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Feb 3 16:54:22 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/io/console/test_io_console.rb (test_stringio_getch): use more
+ descriptive assertions.
* ext/io/console/console.c (rawmode_opt): min is minimum characters,
not tenths.