Spelling error in test method name

This commit is contained in:
dsyer
2008-05-23 14:22:06 +00:00
parent 64dbeac93f
commit c316f7aea4

View File

@@ -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);