DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43855>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43855

           Summary: XPath Assertion does not support Japanese
           Product: JMeter
           Version: 2.3
          Platform: Other
        OS/Version: Windows Vista
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I tried to use "XPath Assertion" for "HTTP Sampler" with the following
situation. But it didn't work. JMeter said "No Nodes Matched".

Response:
<html>
:
<a href="...">&#26085;&#26412;&#35486;</a>
:
</html>

XPath:
//a[text()='&#26085;&#26412;&#35486;']


There is no problem when using English.
Response:
<html>
:
<a href="...">English</a>
:
</html>

XPath:
//a[text()='English']

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to