Correct comments to be more accurate

This commit is contained in:
Tim Donohue
2019-02-13 22:04:16 +00:00
parent 27512ad382
commit cb86effb38
2 changed files with 10 additions and 6 deletions

View File

@@ -24,9 +24,11 @@ import org.springframework.http.ResponseEntity;
import org.springframework.test.context.TestPropertySource;
/**
* Integration test to test the /sword endpoint which loads/embeds the SWORD webapp into the REST API.
* This is a AbstractWebClientIntegrationTest because testing the SWORD webapp requires
* running a web server (as the SWORD webapp makes use of Servlets, not Controllers).
* Integration test to verify that the /sword endpoint is responding as a valid SWORD endpoint.
* This tests that our dspace-sword module is running at this endpoint.
* <P>
* This is a AbstractWebClientIntegrationTest because testing dspace-sword requires
* running a web server (as dspace-sword makes use of Servlets, not Controllers).
*
* @author Tim Donohue
*/

View File

@@ -24,9 +24,11 @@ import org.springframework.http.ResponseEntity;
import org.springframework.test.context.TestPropertySource;
/**
* Integration test to test the /swordv2 endpoint which loads/embeds the SWORDv2 webapp into the REST API.
* This is a AbstractWebClientIntegrationTest because testing the SWORDv2 webapp requires
* running a web server (as the SWORDv2 webapp makes use of Servlets, not Controllers).
* Integration test to verify the /swordv2 endpoint is responding as a valid SWORDv2 endpoint.
* This tests that our dspace-swordv2 module is running at this endpoint.
* <P>
* This is a AbstractWebClientIntegrationTest because testing dspace-swordv2 requires
* running a web server (as dspace-swordv2 makes use of Servlets, not Controllers).
*
* @author Tim Donohue
*/