Name integration test properly.
This commit is contained in:
+4
-7
@@ -59,21 +59,18 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-failsafe-plugin</artifactId>
|
<artifactId>maven-failsafe-plugin</artifactId>
|
||||||
<version>2.15</version>
|
<version>2.22.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>integration-test</id>
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>integration-test</goal>
|
<goal>integration-test</goal>
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
<execution>
|
|
||||||
<id>verify</id>
|
|
||||||
<goals>
|
|
||||||
<goal>verify</goal>
|
<goal>verify</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
<configuration>
|
||||||
|
<useFile>false</useFile>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ import static org.junit.Assert.*;
|
|||||||
|
|
||||||
import com.threerings.getdown.tools.Digester;
|
import com.threerings.getdown.tools.Digester;
|
||||||
|
|
||||||
public class DigesterTest {
|
public class DigesterIT {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testDigester () throws Exception {
|
public void testDigester () throws Exception {
|
||||||
Reference in New Issue
Block a user