Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: e861e9ebbaa490cfdcb45dd51dbf7dd6b16e64d5
https://github.com/resteasy/Resteasy/commit/e861e9ebbaa490cfdcb45dd51dbf7...
Author: Katerina Novotna <kanovotn(a)redhat.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M testsuite/README.MD
M testsuite/integration-tests-spring/inmodule/src/test/resources/arquillian.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/GzipTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/GzipProxy.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/GzipResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/HeadContentLengthTest.java
R
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/HeadContentLengthApplication.java
M
testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/GzipTest.java
M
testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/GzipProxy.java
M
testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/GzipResource.java
M
testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/response/HeadContentLengthTest.java
R
testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/HeadContentLengthApplication.java
Log Message:
-----------
Fix custom server adress for integration tests + updated guide for new tests (#1005)
* Fix jbossas management address for integration-tests-spring module
* Fix HeadContentLengthTest for server address other than localhost
* Updated guidance for new test contribution
* [RESTEASY-1499] Fix test description and response encoding
* HeadContentLengthTest add annotation for Forward compatibilitty