IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
http://opensource.atlassian.com/projects/spring/browse/BATCH-212 Rename class and method names (Provider -> Reader)
This commit is contained in:
@@ -157,7 +157,7 @@ public class ItemReaderRetryCallbackTests extends TestCase {
|
||||
}
|
||||
|
||||
public void testGetKey() throws Exception {
|
||||
assertEquals("key0", callback.getProvider().getKey("foo"));
|
||||
assertEquals("key0", callback.getReader().getKey("foo"));
|
||||
}
|
||||
|
||||
public void testRecoverWithoutSession() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user