summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpServerTest.java
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-04-29 15:46:27 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-04-29 15:47:03 +0200
commit02c1801e9e0541e4294a69c90b812866aea6a842 (patch)
tree0b556d404b2b82002703b3705b688f27a5cdb916 /jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpServerTest.java
parent4294fc450f4120a438b1d663c611080f27580bea (diff)
Replace use of testng with junit
Diffstat (limited to 'jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpServerTest.java')
-rw-r--r--jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpServerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpServerTest.java b/jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpServerTest.java
index db0746baf2e..064adf03db3 100644
--- a/jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpServerTest.java
+++ b/jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpServerTest.java
@@ -25,7 +25,7 @@ import com.yahoo.jdisc.service.BindingSetNotFoundException;
import org.apache.http.entity.ContentType;
import org.apache.http.entity.mime.FormBodyPart;
import org.apache.http.entity.mime.content.StringBody;
-import org.testng.annotations.Test;
+import org.junit.Test;
import java.net.BindException;
import java.net.URI;