tests/tc_xml_node3.rb in libxml-ruby-0.3.8 vs tests/tc_xml_node3.rb in libxml-ruby-0.3.8.2

- old
+ new

@@ -1,9 +1,9 @@ -# $Id: tc_xml_node3.rb,v 1.2 2006/04/17 13:30:22 roscopeco Exp $ +# $Id: tc_xml_node3.rb,v 1.3 2006/11/20 01:22:08 roscopeco Exp $ require "libxml_test" require 'test/unit' -class TC_XML_Node2 < Test::Unit::TestCase +class TC_XML_Node3 < Test::Unit::TestCase def setup() xp = XML::Parser.new() str = '<ruby_array uga="booga" foo="bar"><fixnum>one</fixnum><fixnum>two</fixnum></ruby_array>' assert_equal(str, xp.string = str) doc = xp.parse