summaryrefslogtreecommitdiff
path: root/test/rexml/parser/test_tree.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/parser/test_tree.rb')
-rw-r--r--test/rexml/parser/test_tree.rb2
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)