Skip to content

Commit 8fefe29

Browse files
hpoettkerfmbenhassine
authored andcommitted
Enable ignored test in AbstractDelegatorTests
1 parent 53ebd27 commit 8fefe29

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-batch-infrastructure/src/test/java/org/springframework/batch/item/adapter/AbstractDelegatorTests.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2008-2021 the original author or authors.
2+
* Copyright 2008-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@
1919
import java.util.List;
2020

2121
import org.junit.Before;
22-
import org.junit.Ignore;
2322
import org.junit.Test;
2423

2524
import org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper;
@@ -98,7 +97,6 @@ public void testDelegationWithCheckedNullArgument() throws Exception {
9897
* Regular use - calling methods directly and via delegator leads to same results
9998
*/
10099
@Test
101-
@Ignore // FIXME
102100
public void testDelegationWithMultipleArguments() throws Exception {
103101
FooService fooService = new FooService();
104102
delegator.setTargetObject(fooService);

0 commit comments

Comments
 (0)