Changeset 6892 for ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/src/test/java/clarin
- Timestamp:
- 01/08/16 10:21:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/src/test/java/clarin/cmdi/componentregistry/rest/ComponentRegistryRestServiceTestCase.java
r5800 r6892 96 96 .contextParam("contextConfigLocation", 97 97 getApplicationContextFile()) 98 .contextParam("eu.clarin.cmdi.componentregistry.serviceUrlBase", "localhost") // deliberately inaccurate, 99 .contextParam("eu.clarin.cmdi.componentregistry.serviceUrlPath", "test") // for use of user/front end only 98 100 .servletClass(SpringServlet.class) 99 101 .initParam(WebComponent.RESOURCE_CONFIG_CLASS,
Note: See TracChangeset
for help on using the changeset viewer.