# File TRASH/libxml-ruby-old/tests/tc_xml_parser6.rb, line 17
  def test_ruby_xml_parser_new()
    assert_instance_of(XML::Parser, @xp)
    assert_instance_of(File, @xp.io)
  end