diff --git a/build.xml b/build.xml
index 0f00e70612..1a904dd4e0 100644
--- a/build.xml
+++ b/build.xml
@@ -85,6 +85,7 @@
+
@@ -239,6 +240,14 @@
+
+
+
+
+
+
+
@@ -1916,7 +1925,36 @@ ${antunit.reports}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1983,6 +2021,11 @@ ${antunit.reports}
+
+
+
+
+
diff --git a/src/tests/junit/org/apache/tools/ant/util/UnicodeUtilTest.java b/src/tests/junit/org/apache/tools/ant/util/UnicodeUtilTest.java
index 59b9136629..a3d6beef64 100644
--- a/src/tests/junit/org/apache/tools/ant/util/UnicodeUtilTest.java
+++ b/src/tests/junit/org/apache/tools/ant/util/UnicodeUtilTest.java
@@ -17,9 +17,9 @@
*/
package org.apache.tools.ant.util;
-import org.junit.Test;
+import org.junit.jupiter.api.Test;
-import static org.junit.Assert.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertEquals;
public class UnicodeUtilTest {