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 1
1
/*
2
- * Copyright 2012-2017 the original author or authors.
2
+ * Copyright 2012-2018 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
18
18
19
19
import org .apache .coyote .http11 .Http11NioProtocol ;
20
20
import 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 ;
21
25
22
26
import static org .assertj .core .api .Assertions .assertThat ;
23
27
26
30
*
27
31
* @author Andy Wilkinson
28
32
*/
33
+ @ RunWith (ModifiedClassPathRunner .class )
34
+ @ ClassPathOverrides ("org.apache.tomcat.embed:tomcat-embed-core:8.5.24" )
29
35
public class CompressionTests {
30
36
31
37
@ Test
You can’t perform that action at this time.
0 commit comments