[Mono-bugs] [Bug 515136] New: XPathNavigator.SelectChildren with String.Empty fails

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jun 22 05:45:23 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=515136


           Summary: XPathNavigator.SelectChildren with String.Empty fails
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.XML
        AssignedTo: atsushi at ximian.com
        ReportedBy: cambell at princes.co.nz
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=299474)
 --> (http://bugzilla.novell.com/attachment.cgi?id=299474)
test for XPathNavigator.SelectChildren

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10)
Gecko/2009042513 Ubuntu/8.04 (hardy) Firefox/3.0.10

This is a a regression from 2.0, which works fine.

<root>
<foo>
</foo>
</root>

// XPathNodeIterator it = navigator.SelectChildren("root", String.Empty); //
This works
XPathNodeIterator it = navigator.SelectChildren(String.Empty, String.Empty); //
This doesn't

Reproducible: Always

Steps to Reproduce:
See test1.cs

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list