diff --git a/test/parse/test_entity_declaration.rb b/test/parse/test_entity_declaration.rb index a71e4764..a39f0655 100644 --- a/test/parse/test_entity_declaration.rb +++ b/test/parse/test_entity_declaration.rb @@ -43,7 +43,7 @@ def test_no_quote DETAIL end - def test_invalid_entity_value + def test_prohibited_character exception = assert_raise(REXML::ParseException) do REXML::Document.new(']>') end @@ -157,7 +157,7 @@ def test_no_quote DETAIL end - def test_invalid_entity_value + def test_prohibited_character exception = assert_raise(REXML::ParseException) do REXML::Document.new(']>') end