diff --git a/.gitignore b/.gitignore index 259d431..c89f1ef 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ replay_pid* /.classpath /**/.DS_Store /bin/ +**/updated_*.csv +**/missing_*.csv diff --git a/README.md b/README.md index 494c995..eb4dc7d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ This service fills information of removed VREs like end time, start time, manage ## Documentation - +This service requires the CSV report file generated by redmine in the folder src/test/resources +This service generates two new CSV file: +1. a CSV file with the extended information of the removed VREs +2. a CSV file with the Disposed VREs not included in the redmine CVS report ## Change log See [CHANGELOG.md](CHANGELOG.md). diff --git a/pom.xml b/pom.xml index 3dc6139..9808b35 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + + org.gcube.tools + maven-parent + 1.1.0 + + org.gcube.vremanagement vre-removed-info 1.0.0-SNAPSHOT @@ -87,6 +94,7 @@ 4.11 test + ch.qos.logback logback-classic @@ -98,7 +106,13 @@ 2.2.0 - + + + org.junit.jupiter + junit-jupiter-engine + 5.10.1 + test + \ No newline at end of file diff --git a/src/test/java/org/gcube/vremanagement/CsvUpdateTest.java b/src/test/java/org/gcube/vremanagement/CsvUpdateTest.java index 3760c09..a51c18e 100644 --- a/src/test/java/org/gcube/vremanagement/CsvUpdateTest.java +++ b/src/test/java/org/gcube/vremanagement/CsvUpdateTest.java @@ -1,7 +1,6 @@ package org.gcube.vremanagement; import static org.junit.jupiter.api.Assertions.*; -import java.io.IOException; import java.util.InputMismatchException; import java.util.Scanner; @@ -55,7 +54,6 @@ class CsvUpdateTest { } - @Disabled @Test void UpdateEndTimeVRETest(){