Sha256: 4476c0bfb172c313e91a67d4d58df852bc30402672cf00bc50ad1c7d2b1cd2af
Contents?: true
Size: 343 Bytes
Versions: 3
Compression:
Stored size: 343 Bytes
Contents
# $Id: tc_xml_parser2.rb,v 1.3 2006/04/17 13:30:18 roscopeco Exp $ 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
libxml-ruby-0.3.8.2 | tests/tc_xml_parser2.rb |
libxml-ruby-0.3.8 | tests/tc_xml_parser2.rb |
libxml-ruby-0.3.8.4 | tests/tc_xml_parser2.rb |