browsermob-proxy icon indicating copy to clipboard operation
browsermob-proxy copied to clipboard

fixed the failing test browsermob-core/src/test/groovy/net/lightbody/bmp/proxy/NewHarTest.groovy testCaptureResponseCookiesInHar()

Open kazurayam opened this issue 2 years ago • 0 comments

This PR is targeted to the current master branch of 2.1.6-SNAPSHOT version.

The test browsermob-core/src/test/groovy/net/lightbody/bmp/proxy/NewHarTest.groovy failed. The failure blocked me to accomplish mvn test and mvn install. I checked the source of browsermob-core/src/test/groovy/net/lightbody/bmp/proxy/NewHarTest.groovy class, method testCaptureResponseCookiesInHar(). I found a small problem to be fixed. See the issue in the forked repository in my GitHub accout for what I have done in detail:

  • https://github.com/kazurayam/browsermob-proxy/issues/3

By my fix, mvn test passes, mvn install succeeds.

kazurayam avatar Nov 07 '23 07:11 kazurayam