OSDN Git Service

fixed: testのセットアップに失敗する
authorhaya4 <hayashi.yuu@gmail.com>
Fri, 15 May 2020 20:41:22 +0000 (05:41 +0900)
committerhaya4 <hayashi.yuu@gmail.com>
Fri, 15 May 2020 20:41:22 +0000 (05:41 +0900)
pom.xml
src/test/java/osm/surveyor/matchtime/RestampTest.java

diff --git a/pom.xml b/pom.xml
index abe67cd..37a321d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>osm.surveyor</groupId>
   <artifactId>ReStamp</artifactId>
-  <version>3.9-SNAPSHOT</version>
+  <version>3.6-SNAPSHOT</version>
   <packaging>jar</packaging>
   <scm>
     <connection>scm:git:http://surveyor.mydns.jp/gitbucket/git/yuu/Restamp.git</connection>
           <trimStackTrace>false</trimStackTrace>
         </configuration>
       </plugin>
+      
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
           </execution>
           <execution>
             <id>default-report</id>
-            <phase>test</phase>
             <goals>
               <goal>report</goal>
             </goals>
index ea3a9cc..cbd815f 100644 (file)
@@ -38,7 +38,7 @@ public class RestampTest {
        tearDown();
        
         // カメラディレクトリを作成する
-        UnZip.uncompress(new File("./target/test-classes/data/images.tar.gz"), new File("./target/test-classes/"));
+        UnZip.uncompress(new File("target/test-classes/data/images.tar.gz"), new File("target/test-classes/"));
 
         // OUTディレクトリを作成する
         File outDir = new File("target/test-classes/out");