From c316f7aea4eba03488a8b79e0e62849e5c0cf87c Mon Sep 17 00:00:00 2001 From: dsyer Date: Fri, 23 May 2008 14:22:06 +0000 Subject: [PATCH] Spelling error in test method name --- .../batch/core/step/item/ItemSkipPolicyItemHandlerTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ItemSkipPolicyItemHandlerTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ItemSkipPolicyItemHandlerTests.java index 0f92da835..688273179 100644 --- a/spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ItemSkipPolicyItemHandlerTests.java +++ b/spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ItemSkipPolicyItemHandlerTests.java @@ -188,7 +188,7 @@ public class ItemSkipPolicyItemHandlerTests extends TestCase { assertEquals(new Holder("5"), handler.read(contribution)); } - public void testWriteWithSkipCapacitBreached() throws Exception { + public void testWriteWithSkipCapacityBreached() throws Exception { handler.setItemSkipPolicy(new AlwaysSkipItemSkipPolicy()); handler.setSkipCacheCapacity(0); handler.handle(contribution);