You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/07/07 07:09:29 UTC

[Bug 61261] New: __XPath function returns null despite xpath checker founds matches

https://bz.apache.org/bugzilla/show_bug.cgi?id=61261

            Bug ID: 61261
           Summary: __XPath function returns null despite xpath checker
                    founds matches
           Product: JMeter
           Version: 3.2
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: efolder@ukr.net
  Target Milestone: ---

Step to reproduce:

1)note.xml content:

<?xml version="1.0" encoding="UTF-8"?>
<note>
  <to>Tove</to>
  <from>Jani</from>
  <heading>Reminder</heading>
  <body>Don't forget me this weekend!</body>
</note>

2)XPath function expression:

${__XPath(d:\\test\\note.xml,note/body)}
${__XPath(d:\test\note.xml,note/body)}
${__XPath(d:/test/note.xml,note/body)}
All of  the variants don't work

Actual result:
Function returns: null

Expected result:
Function returns: Don't forget me this weekend!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61261] __XPath function returns null despite xpath checker founds matches

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61261

Alex <ef...@ukr.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61261] __XPath function returns null despite xpath checker founds matches

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61261

Alex <ef...@ukr.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Alex <ef...@ukr.net> ---


*** This bug has been marked as a duplicate of bug 61260 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.