Call StepSynchronizationManager.close() in before method

This commit is contained in:
Chris Schaefer
2014-03-05 10:47:50 -05:00
parent 7eabb5e040
commit 162d285a4d

View File

@@ -46,6 +46,7 @@ public class JsrJobContextFactoryBeanTests {
@Before
public void setUp() throws Exception {
StepSynchronizationManager.close();
propertyContext = new BatchPropertyContext();
factoryBean = new JsrJobContextFactoryBean();
}