Skip to content

Commit 3d37c88

Browse files
committed
Un-ignore RequestMapping test for handling "" paths
Issue: SPR-15653
1 parent 07b961c commit 3d37c88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-webflux/src/test/java/org/springframework/web/reactive/result/method/RequestMappingInfoHandlerMappingTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import java.util.function.Consumer;
2727

2828
import org.junit.Before;
29-
import org.junit.Ignore;
3029
import org.junit.Test;
3130
import reactor.core.publisher.Mono;
3231
import reactor.test.StepVerifier;
@@ -112,7 +111,6 @@ public void getHandlerGlobMatch() throws Exception {
112111
}
113112

114113
@Test
115-
@Ignore
116114
public void getHandlerEmptyPathMatch() throws Exception {
117115
Method expected = on(TestController.class).annot(requestMapping("")).resolveMethod();
118116
ServerWebExchange exchange = get("").toExchange();

0 commit comments

Comments
 (0)