This is an automated email from the ASF dual-hosted git repository.
Lukas-Finster pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
from fbd51628b6 Enabling the junit & integration test results history for
few days. (#1681)
new 7727f5fff3 Implemented: GZip and deflate compression for rest-api
(OFBIZ-13496)
new a48c8fcbb5 Improved: Refactored rest-api tests to be simpler. All
tests that test against a real endpoint are now found in
RestTestHttpRequest.java
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/ofbiz/ws/rs/core/OFBizApiConfig.java | 5 +
.../apache/ofbiz/ws/rs/test/RestServicesTests.java | 243 --------------
.../ofbiz/ws/rs/test/RestTestHttpRequest.java | 354 +++++++++++++--------
framework/rest-api/testdef/rest-apiTests.xml | 3 -
4 files changed, 228 insertions(+), 377 deletions(-)
delete mode 100644
framework/rest-api/src/test/java/org/apache/ofbiz/ws/rs/test/RestServicesTests.java