Skip to content

Commit

Permalink
added test.port config to test container
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Jun 3, 2013
1 parent f6612a8 commit bf98a04
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@

<bean id="containerWrapper" class="org.fcrepo.test.util.ContainerWrapper"
init-method="start" destroy-method="stop">
<property name="port" value="8080" />
<property name="port" value="${test.port:8080}" />
<property name="contextConfigLocations"
value="classpath:integration-tests/repo.xml, classpath:integration-tests/rest.xml, classpath:integration-tests/eventing.xml" />
<property name="packagesToScan"
Expand Down

0 comments on commit bf98a04

Please sign in to comment.