Browse Source

remove test

heavyrian2012 2 năm trước cách đây
mục cha
commit
cd5b0150ec
2 tập tin đã thay đổi với 0 bổ sung38 xóa
  1. 0 22
      pom.xml
  2. 0 16
      src/test/java/cn/wildfirechat/push/PushApplicationTests.java

+ 0 - 22
pom.xml

@@ -36,12 +36,6 @@
             <artifactId>spring-boot-starter-web</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-test</artifactId>
-            <scope>test</scope>
-        </dependency>
-
         <dependency>
             <groupId>com.xiaomi.push</groupId>
             <artifactId>mipush-sdk-server</artifactId>
@@ -184,13 +178,6 @@
             <version>3.1</version>
         </dependency>
 
-        <dependency>
-            <groupId>uk.org.lidalia</groupId>
-            <artifactId>slf4j-test</artifactId>
-            <version>1.0.0-jdk6</version>
-            <scope>test</scope>
-        </dependency>
-
         <dependency>
             <groupId>com.google.code.findbugs</groupId>
             <artifactId>annotations</artifactId>
@@ -198,15 +185,6 @@
             <scope>provided</scope>
         </dependency>
 
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
-            <version>1.9.5</version>
-            <type>jar</type>
-            <scope>test</scope>
-        </dependency>
-
-
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>

+ 0 - 16
src/test/java/cn/wildfirechat/push/PushApplicationTests.java

@@ -1,16 +0,0 @@
-package cn.wildfirechat.push;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.springframework.boot.test.context.SpringBootTest;
-import org.springframework.test.context.junit4.SpringRunner;
-
-@RunWith(SpringRunner.class)
-@SpringBootTest
-public class PushApplicationTests {
-
-	@Test
-	public void contextLoads() {
-	}
-
-}