提交 8690464a 编写于 作者: S Sebastien Deleuze

Remove @Ignore on streamResult() test

This test was fixed by previous commit that allows to
JSON encode correctly streams with more than 2 elements.
上级 7ed03d01
...@@ -25,7 +25,6 @@ import java.util.concurrent.CompletableFuture; ...@@ -25,7 +25,6 @@ import java.util.concurrent.CompletableFuture;
import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlRootElement;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.reactivestreams.Publisher; import org.reactivestreams.Publisher;
import reactor.core.publisher.Flux; import reactor.core.publisher.Flux;
...@@ -150,7 +149,6 @@ public class RequestMappingIntegrationTests extends AbstractHttpHandlerIntegrati ...@@ -150,7 +149,6 @@ public class RequestMappingIntegrationTests extends AbstractHttpHandlerIntegrati
} }
@Test @Test
@Ignore
public void streamResult() throws Exception { public void streamResult() throws Exception {
URI url = new URI("http://localhost:" + port + "/stream-result"); URI url = new URI("http://localhost:" + port + "/stream-result");
RequestEntity<Void> request = RequestEntity.get(url).build(); RequestEntity<Void> request = RequestEntity.get(url).build();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册