Fix suffix of test classes names
As per Spring Framework code style [1], the suffix of test classes should be "Tests". This commit fixes that for some classes that do not conform to the code style. [1]: https://github.com/spring-projects/spring-framework/wiki/Code-Style#tests
This commit is contained in:
@@ -46,5 +46,5 @@
|
||||
<beans:bean id="processor" class="org.springframework.batch.item.support.ScriptItemProcessor"
|
||||
p:script="org/springframework/batch/core/step/item/processor-test-simple.js"/>
|
||||
|
||||
<beans:bean id="writer" class="org.springframework.batch.core.step.item.ScriptItemProcessorTest$TestItemWriter"/>
|
||||
<beans:bean id="writer" class="org.springframework.batch.core.step.item.ScriptItemProcessorTests$TestItemWriter"/>
|
||||
</beans:beans>
|
||||
Reference in New Issue
Block a user