Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. Installing C:\cpanrun-5.8\build\5-8-0\site\lib\Test\XML.pm Installing C:\cpanrun-5.8\build\5-8-0\site\lib\Test\XML\SAX.pm Installing C:\cpanrun-5.8\build\5-8-0\site\lib\Test\XML\Twig.pm Installing C:\cpanrun-5.8\build\5-8-0\site\lib\Test\XML\XPath.pm Writing C:\cpanrun-5.8\build\5-8-0\site\lib\auto\Test\XML\.packlist Appending installation info to C:\cpanrun-5.8\build\5-8-0\lib/perllocal.pod snt_xml() 1 args failure ok 6 - isnt_xml() works ok 7 - is_well_formed_xml() no args failure ok 8 - first usage example ok 9 - first usage example ok t\maint.........1..4 ok 1 - is_xml() spots same bits of xml not ok 2 - is_xml() spots different bits of xml # TODO buggery uppage # Failed (TODO) test (t\maint.t at line 33) # STDOUT is: # not ok 1 # TODO buggery uppage # # not: # not ok 1 # # as expected # STDERR is: # # Failed (TODO) test (t\maint.t at line 32) # # Found 2 differences with expected: # # Child element 'bar' missing from element ''. # # Rogue element 'foo' in element ''. # # in processed XML: # # # # not: # # Failed test (t\maint.t at line 32) # # Found 2 differences: # # Child element 'foo' missing from element ''. # # Rogue element 'bar' in element ''. # # as expected not ok 3 - is_xml() whinges about broken source xml # TODO buggery uppage # Failed (TODO) test (t\maint.t at line 44) # STDOUT is: # not ok 1 # TODO buggery uppage # # not: # not ok 1 # # as expected # STDERR is: # # Failed (TODO) test (t\maint.t at line 43) # # During compare: # # not well-formed (invalid token) at line 1, column 1, byte 1 at C:/cpanrun-5.8/build/5-8-0/site/lib/XML/Parser.pm line 185 # # not: # # Failed test (t\maint.t at line 43) # # During compare: # # not well-formed (invalid token) at line 1, column 1, byte 1 # # as expected not ok 4 - is_xml() whinges about broken dest xml # TODO buggery uppage # Failed (TODO) test (t\maint.t at line 55) # STDOUT is: # not ok 1 # TODO buggery uppage # # not: # not ok 1 # # as expected # STDERR is: # # Failed (TODO) test (t\maint.t at line 54) # # During compare: # # no element found at line 1, column 0, byte -1 at C:/cpanrun-5.8/build/5-8-0/site/lib/XML/Parser.pm line 185 # # not: # # Failed test (t\maint.t at line 54) # # During compare: # # no element found at line 1, column 0, byte -1 # # as expected ok t\order.........1..3 not ok 1 - characters are not clustered # TODO make order significant # Failed (TODO) test (t\order.t at line 11) # Found no differences in processed XML: #

ace

not ok 2 - order is significant # TODO make order significant # Failed (TODO) test (t\order.t at line 17) # Found no differences in processed XML: #

ace

not ok 3 - order is significant when not mixed content # TODO make order significant # Failed (TODO) test (t\order.t at line 23) # Found no differences in processed XML: #

ok t\sax...........1..0 # Skip XML::SAX::Writer not present skipped all skipped: XML::SAX::Writer not present t\twig..........1..10 ok 1 - get_twig() bad input ok 2 - The object isa XML::Twig ok 3 - test_twig_handler() no args failure ok 4 - test_twig_handler() 1 args failure ok 5 - test_twig_handler() 2 args failure ok 6 - test_twig_handler() 3 args failure ok 7 - test_twig_handler() arg 1 type failure ok 8 - test_twig_handler() with handler() ok 9 - test_twig_handler() with qr// ok 10 - test_twig_handlers() with handler() ok t\whitespace....1..1 not ok 1 - whitespace is significant # TODO make whitespace significant # Failed (TODO) test (t\whitespace.t at line 10) # Found no differences in processed XML: #

foo

ok t\xpath.........1..34 ok 1 - use Test::XML::XPath; ok 2 - like_xpath() no args failure ok 3 - like_xpath() 1 args failure ok 4 - like_xpath() undef first arg failure ok 5 - like_xpath( => /foo ) [XML::XPath] ok 6 - like_xpath( => /foo ) did not blow up [XML::XPath] ok 7 - unlike_xpath( => /bar ) [XML::XPath] ok 8 - unlike_xpath( => /bar ) did not blow up [XML::XPath] ok 9 - unlike_xpath( => /bar ) [XML::XPath] ok 10 - unlike_xpath( => /bar ) did not blow up [XML::XPath] ok 11 - like_xpath( pub => /foo[@attrib="1"] ) [XML::XPath] ok 12 - like_xpath( pub => /foo[@attrib="1"] ) did not blow up [XML::XPath] ok 13 - like_xpath( pub => //bosh ) [XML::XPath] ok 14 - like_xpath( pub => //bosh ) did not blow up [XML::XPath] ok 15 - like_xpath( pub => //bosh[@args="42"] ) [XML::XPath] ok 16 - like_xpath( pub => //bosh[@args="42"] ) did not blow up [XML::XPath] ok 17 - like_xpath( => /foo ) [XML::XPath] ok 18 - like_xpath( => /foo ) did not blow up [XML::XPath] ok 19 - like_xpath( => foo ) [XML::XPath] ok 20 - like_xpath( => foo ) did not blow up [XML::XPath] ok 21 - is_xpath() / is bar [XML::XPath] ok 22 - is_xpath() did not blow up [XML::XPath] ok 23 - is_xpath() /foo is bar [XML::XPath] ok 24 - is_xpath() did not blow up [XML::XPath] ok 25 - is_xpath() / is pub [XML::XPath] ok 26 - is_xpath() did not blow up [XML::XPath] ok 27 - is_xpath() /foo/bish is pub [XML::XPath] ok 28 - is_xpath() did not blow up [XML::XPath] ok 29 - is_xpath() /foo/bish/bosh is pub [XML::XPath] ok 30 - is_xpath() did not blow up [XML::XPath] ok 31 - is_xpath() /foo/@attrib is 1 [XML::XPath] ok 32 - is_xpath() did not blow up [XML::XPath] ok 33 - is_xpath() /foo/bish/bosh/@args is 42 [XML::XPath] ok 34 - is_xpath() did not blow up [XML::XPath] ok All tests successful, 1 test skipped. Files=8, Tests=62, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)