mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Merge branch '5.3.x'
# Conflicts: # spring-web/src/main/java/org/springframework/web/accept/AbstractMappingContentNegotiationStrategy.java
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ public class ListenerWriteProcessorTests {
|
||||
@Test // SPR-17410
|
||||
public void onNextWithoutDemand() {
|
||||
|
||||
// Disable writing: next item will be cached..
|
||||
// Disable writing: next item will be cached.
|
||||
this.processor.setWritePossible(false);
|
||||
DataBuffer buffer1 = mock(DataBuffer.class);
|
||||
this.processor.onNext(buffer1);
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ import org.springframework.web.context.request.NativeWebRequest;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* A test fixture with a test sub-class of AbstractMappingContentNegotiationStrategy.
|
||||
* A test fixture with a test subclass of AbstractMappingContentNegotiationStrategy.
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
* @since 3.2
|
||||
|
||||
Reference in New Issue
Block a user