BATCH-910: fixed case in path to data so tests won't fail on Linux

This commit is contained in:
trisberg
2008-11-12 14:54:21 +00:00
parent 493950e3cb
commit 5849e85485

View File

@@ -61,7 +61,7 @@
</bean>
<bean id="playerInputResource" class="org.springframework.batch.core.resource.StepExecutionResourceProxy">
<property name="filePattern" value="classpath:data/footballJob/input/%player.file.name%"/>
<property name="filePattern" value="classpath:data/footballjob/input/%player.file.name%"/>
</bean>
<bean id="playerFileItemReader" class="org.springframework.batch.item.file.FlatFileItemReader">