diff options
author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-03 13:58:24 +0000 |
---|---|---|
committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-03 13:58:24 +0000 |
commit | 4c1fa1a6a4365c792635b53c5f34f098710c5a4f (patch) | |
tree | cce4d4f4b4811ce560c4a44919793157ee118251 /test/rexml | |
parent | a0657cd5d74bd355545ab5a1cbc583dcaa9d1fd8 (diff) | |
download | bundler-4c1fa1a6a4365c792635b53c5f34f098710c5a4f.tar.gz |
* test/rexml/parser/test_tree.rb: Fix test name to describe test
content.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rexml')
-rw-r--r-- | test/rexml/parser/test_tree.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rexml/parser/test_tree.rb b/test/rexml/parser/test_tree.rb index 62b161d180..7720e9531a 100644 --- a/test/rexml/parser/test_tree.rb +++ b/test/rexml/parser/test_tree.rb @@ -4,7 +4,7 @@ require "rexml/parsers/treeparser" class TestTreeParser < Test::Unit::TestCase class TestInvalid < self - def test_parse_exception + def test_unmatched_close_tag xml = "<root></not-root>" exception = assert_raise(REXML::ParseException) do parse(xml) |