File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
spring-boot/src/test/java/org/springframework/boot/context/embedded Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2012-2017 the original author or authors.
2+ * Copyright 2012-2018 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.
1818
1919import org .apache .coyote .http11 .Http11NioProtocol ;
2020import org .junit .Test ;
21+ import org .junit .runner .RunWith ;
22+
23+ import org .springframework .boot .junit .runner .classpath .ClassPathOverrides ;
24+ import org .springframework .boot .junit .runner .classpath .ModifiedClassPathRunner ;
2125
2226import static org .assertj .core .api .Assertions .assertThat ;
2327
2630 *
2731 * @author Andy Wilkinson
2832 */
33+ @ RunWith (ModifiedClassPathRunner .class )
34+ @ ClassPathOverrides ("org.apache.tomcat.embed:tomcat-embed-core:8.5.24" )
2935public class CompressionTests {
3036
3137 @ Test
You can’t perform that action at this time.
0 commit comments