You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by di...@apache.org on 2021/12/30 13:36:41 UTC

[sling-org-apache-sling-sitemap] branch master updated: trivial: use junit5 in ChainedIteratorTest

This is an automated email from the ASF dual-hosted git repository.

diru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-sitemap.git


The following commit(s) were added to refs/heads/master by this push:
     new d482c10  trivial: use junit5 in ChainedIteratorTest
d482c10 is described below

commit d482c10967f8492f449fd98f83d104f266c999f7
Author: Dirk Rudolph <di...@apache.org>
AuthorDate: Thu Dec 30 14:36:34 2021 +0100

    trivial: use junit5 in ChainedIteratorTest
---
 .../java/org/apache/sling/sitemap/impl/helper/ChainedIteratorTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/sitemap/impl/helper/ChainedIteratorTest.java b/src/test/java/org/apache/sling/sitemap/impl/helper/ChainedIteratorTest.java
index 39332be..9ccedcb 100644
--- a/src/test/java/org/apache/sling/sitemap/impl/helper/ChainedIteratorTest.java
+++ b/src/test/java/org/apache/sling/sitemap/impl/helper/ChainedIteratorTest.java
@@ -23,7 +23,7 @@ import java.util.Collections;
 import java.util.Iterator;
 import java.util.NoSuchElementException;
 
-import org.junit.Test;
+import org.junit.jupiter.api.Test;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;