summaryrefslogtreecommitdiff
path: root/test/rexml/test_notationdecl_mixin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_notationdecl_mixin.rb')
-rw-r--r--test/rexml/test_notationdecl_mixin.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/rexml/test_notationdecl_mixin.rb b/test/rexml/test_notationdecl_mixin.rb
index 110db0bfdb..18095b686e 100644
--- a/test/rexml/test_notationdecl_mixin.rb
+++ b/test/rexml/test_notationdecl_mixin.rb
@@ -29,10 +29,6 @@ class TestNotationDeclMixin < Test::Unit::TestCase
@doctype = REXML::Document.new(doc_string).doctype
end
- def test_name
- assert_equal('n1', @doctype.notation('n1').name)
- end
-
def test_public_2
assert_equal(@pubid1, @doctype.notation('n1').public)
assert_equal(@pubid2, @doctype.notation('n2').public)