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