Skip to content

Commit

Permalink
+ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed Sep 30, 2023
1 parent 4eb0385 commit 2e3a60e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 39 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@
<dependency>
<groupId>io.github.elf4j</groupId>
<artifactId>elf4j-provider</artifactId>
<version>10.0.7</version>
<version>11.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@

import com.github.zafarkhaja.semver.Version;
import elf4j.Logger;
import elf4j.engine.service.LogServiceManager;
import org.apache.maven.plugin.MojoFailureException;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import q3769.maven.plugins.semver.SemverCategory;
Expand All @@ -42,11 +40,6 @@ class MergeTest {

Merge mergeMojo = new Merge();

@AfterAll
static void cleanup() {
LogServiceManager.INSTANCE.stop();
}

@Nested
class update {
@Test
Expand Down Expand Up @@ -79,4 +72,4 @@ void whenOriginalVersionIsOlder() throws MojoFailureException {
updated);
}
}
}
}
4 changes: 1 addition & 3 deletions src/test/resources/elf4j-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
writer1=standard
writer1.stream=stderr
writer1.pattern={json:caller-detail,pretty}
pattern={json}
26 changes: 0 additions & 26 deletions src/test/resources/tinylog.properties

This file was deleted.

0 comments on commit 2e3a60e

Please sign in to comment.