For each test, we were forcing the server to discard
the content of the request body on @BeforeMethod. We
need to do this on tests with a huge body, but it may
interfere with other tests which actually use the body data.
To fix this problem, we moved the body limit restriction to
the tests that require it.
You can merge this Pull Request by running:

  git pull https://github.com/rcoedo/jclouds-labs-aws body

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds-labs-aws/pull/26

-- Commit Summary --

  * Mock server body limit moved

-- File Changes --

    M glacier/src/test/java/org/jclouds/glacier/GlacierClientMockTest.java (3)

-- Patch Links --

https://github.com/jclouds/jclouds-labs-aws/pull/26.patch
https://github.com/jclouds/jclouds-labs-aws/pull/26.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/26

Reply via email to