FSchumacher commented on pull request #700:
URL: https://github.com/apache/jmeter/pull/700#issuecomment-1050161157
URLRewritingModifier currently fails with
```
FAILURE 0,0sec,
org.apache.jmeter.protocol.http.modifier.TestURLRewritingModifier >
testGrabSessionId4()
org.junit.ComparisonFailure:
expected:<index.html;%24sid%24[KQNq3AAADQZoEQAxlkX8uQV5bjqVBPbT]> but
was:<index.html;%24sid%24[]>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at
org.apache.jmeter.protocol.http.modifier.TestURLRewritingModifier.testGrabSessionId4(TestURLRewritingModifier.java:233)
FAILURE 0,0sec,
org.apache.jmeter.protocol.http.modifier.TestURLRewritingModifier >
testBug61314()
org.junit.ComparisonFailure:
expected:<...te/index;jsessionid=[]123456789> but
was:<...te/index;jsessionid=[=]123456789>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at
org.apache.jmeter.protocol.http.modifier.TestURLRewritingModifier.testBug61314(TestURLRewritingModifier.java:188)
FAILURE 0,0sec,
org.apache.jmeter.protocol.http.modifier.TestURLRewritingModifier >
testBug61314WithQuestionMark()
org.junit.ComparisonFailure:
expected:<...te/index;jsessionid=[]123456789> but
was:<...te/index;jsessionid=[=]123456789>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at
org.apache.jmeter.protocol.http.modifier.TestURLRewritingModifier.testBug61314WithQuestionMark(TestURLRewritingModifier.java:204)
FAILURE 0,0sec,
org.apache.jmeter.protocol.http.modifier.TestURLRewritingModifier >
testGrabSessionIdFromXMLPatExtension()
org.junit.ComparisonFailure:
expected:<...dex.html;jsessionid=[]123456789> but
was:<...dex.html;jsessionid=[=]123456789>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at
org.apache.jmeter.protocol.http.modifier.TestURLRewritingModifier.testGrabSessionIdFromXMLPatExtension(TestURLRewritingModifier.java:172)
FAILURE 0,0sec, 17 completed, 4 failed, 0 skipped,
org.apache.jmeter.protocol.http.modifier.TestURLRewritingModifier
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]