aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-22 08:25:18 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-22 08:25:18 +0000
commit0bf2e5c70bd153db6dd0d49552ad4db1a18a6097 (patch)
tree7644499ede5ffbe2c130bbc6aad43cc4d49614a3
parentde305716c2166156e96e361962fe4042ff95e548 (diff)
downloadruby-0bf2e5c70bd153db6dd0d49552ad4db1a18a6097.tar.gz
* test/ruby/enc/test_case_options.rb: adjust test class name
to match file name git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--test/ruby/enc/test_case_options.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de5ec9f98e..322ddd7d13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun May 22 17:25:18 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * test/ruby/enc/test_case_options.rb: adjust test class name
+ to match file name
+
Sun May 22 17:24:07 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
* rename test/ruby/enc/test_casing_options.rb to test_case_options.rb
diff --git a/test/ruby/enc/test_case_options.rb b/test/ruby/enc/test_case_options.rb
index 4150fc7036..761c92d51d 100644
--- a/test/ruby/enc/test_case_options.rb
+++ b/test/ruby/enc/test_case_options.rb
@@ -2,7 +2,7 @@
require "test/unit"
-class TestCasingOptions < Test::Unit::TestCase
+class TestCaseOptions < Test::Unit::TestCase
def assert_raise_functional_operations (arg, *options)
assert_raise(ArgumentError) { arg.upcase(*options) }
assert_raise(ArgumentError) { arg.downcase(*options) }