Sha256: b999817672ac322a5fce21eb5724665a341d297a855c7818885d037a189fd2d9
Contents?: true
Size: 337 Bytes
Versions: 4
Compression:
Stored size: 337 Bytes
Contents
# $Id: tc_xml_parser2.rb 67 2006-04-17 13:30:22Z roscopeco $ require "libxml_test" require 'test/unit' class TC_XML_Parser2 < Test::Unit::TestCase def setup() @xp = XML::Parser.new() end def teardown() @xp = nil end def test_ruby_xml_parser_new() assert_instance_of(XML::Parser, @xp) end end # TC_XML_Document
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
libxml-ruby-0.5.2.0 | tests/tc_xml_parser2.rb |
libxml-ruby-0.5.1.0 | tests/tc_xml_parser2.rb |
libxml-ruby-0.5.0 | tests/tc_xml_parser2.rb |
libxml-ruby-0.5.0.1 | tests/tc_xml_parser2.rb |