Skip to content

Commit f99c821

Browse files
author
Trollhunters501PC
authored
Intentar hacer que maven lea el test
1 parent bdb8c56 commit f99c821

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

java/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-surefire-plugin</artifactId>
58-
<version>2.22.2</version>
59-
<configuration>
60-
<includes>
61-
<include>**/Test.java</include>
62-
</includes>
63-
</configuration>
58+
<version>2.22.2</version>
6459
</plugin>
6560
</plugins>
6661
</build>

java/src/main/test/java/Test.java renamed to java/src/main/test/java/org/CreadoresProgram/ServerWebGamePost/Test.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
package org.CreadoresProgram.ServerWebGamePost;
12
import org.junit.jupiter.api.Test;
23
import org.CreadoresProgram.ServerWebGamePost.server.ServerWebGamePostServer;
34
import org.CreadoresProgram.ServerWebGamePost.server.ProcessDatapackServer;
45
import org.CreadoresProgram.ServerWebGamePost.client.ServerWebGamePostClient;
56
import org.CreadoresProgram.ServerWebGamePost.client.ProcessDatapackClient;
67
import com.alibaba.fastjson2.JSONObject;
78

8-
public class Test {
9+
public class TestServerWGP {
910

1011
@Test
1112
public void testCreateServer() {

0 commit comments

Comments
 (0)