Skip to content

Commit d5b2338

Browse files
committed
Stick to Junit4 for now
1 parent 8614f6b commit d5b2338

12 files changed

Lines changed: 12 additions & 0 deletions

geowebcache/rest/src/test/java/org/geowebcache/rest/bounds/BoundsControllerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import org.springframework.test.web.servlet.MockMvc;
3939
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
4040

41+
@SuppressWarnings("deprecation")
4142
@RunWith(SpringJUnit4ClassRunner.class)
4243
@ContextConfiguration({"file*:/webapp/WEB-INF/web.xml", "file*:/webapp/WEB-INF/geowebcache-servlet.xml"})
4344
public class BoundsControllerTest {

geowebcache/rest/src/test/java/org/geowebcache/rest/controller/BlobStoreControllerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
3030
import org.springframework.web.context.WebApplicationContext;
3131

32+
@SuppressWarnings("deprecation")
3233
@RunWith(SpringRunner.class)
3334
@WebAppConfiguration()
3435
@ContextConfiguration({

geowebcache/rest/src/test/java/org/geowebcache/rest/controller/BoundsControllerMVCTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
3030
import org.springframework.web.context.WebApplicationContext;
3131

32+
@SuppressWarnings("deprecation")
3233
@RunWith(SpringRunner.class)
3334
@WebAppConfiguration()
3435
@ContextConfiguration({

geowebcache/rest/src/test/java/org/geowebcache/rest/controller/ByteStreamControllerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import org.springframework.test.web.servlet.MockMvc;
2929
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
3030

31+
@SuppressWarnings("deprecation")
3132
@RunWith(SpringJUnit4ClassRunner.class)
3233
@ContextConfiguration({"file*:/webapp/WEB-INF/web.xml", "file*:/webapp/WEB-INF/geowebcache-servlet.xml"})
3334
public class ByteStreamControllerTest {

geowebcache/rest/src/test/java/org/geowebcache/rest/controller/FilterUpdateControllerMVCTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
3030
import org.springframework.web.context.WebApplicationContext;
3131

32+
@SuppressWarnings("deprecation")
3233
@RunWith(SpringRunner.class)
3334
@WebAppConfiguration()
3435
@ContextConfiguration({

geowebcache/rest/src/test/java/org/geowebcache/rest/controller/GridSetControllerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
3030
import org.springframework.web.context.WebApplicationContext;
3131

32+
@SuppressWarnings("deprecation")
3233
@RunWith(SpringRunner.class)
3334
@WebAppConfiguration()
3435
@ContextConfiguration({

geowebcache/rest/src/test/java/org/geowebcache/rest/controller/SeedControllerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
4747
import org.springframework.web.context.WebApplicationContext;
4848

49+
@SuppressWarnings("deprecation")
4950
@RunWith(SpringRunner.class)
5051
@WebAppConfiguration()
5152
@ContextConfiguration({

geowebcache/rest/src/test/java/org/geowebcache/rest/controller/TileLayerControllerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
3030
import org.springframework.web.context.WebApplicationContext;
3131

32+
@SuppressWarnings("deprecation")
3233
@RunWith(SpringRunner.class)
3334
@WebAppConfiguration()
3435
@ContextConfiguration({

geowebcache/rest/src/test/java/org/geowebcache/rest/reload/ReloadTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
import org.springframework.test.web.servlet.MockMvc;
3535
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
3636

37+
@SuppressWarnings("deprecation")
3738
@RunWith(SpringJUnit4ClassRunner.class)
3839
@ContextConfiguration({"file*:/webapp/WEB-INF/web.xml", "file*:/webapp/WEB-INF/geowebcache-servlet.xml"})
3940
public class ReloadTest {

geowebcache/rest/src/test/java/org/geowebcache/rest/seed/MassTruncateControllerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
import org.springframework.test.web.servlet.MvcResult;
5151
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
5252

53+
@SuppressWarnings("deprecation")
5354
@RunWith(SpringJUnit4ClassRunner.class)
5455
@ContextConfiguration({"file*:/webapp/WEB-INF/web.xml", "file*:/webapp/WEB-INF/geowebcache-servlet.xml"})
5556
public class MassTruncateControllerTest {

0 commit comments

Comments
 (0)