Removed reference to deprecated Assert
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1575901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4a6adb5891
commit
57c6856702
|
@ -44,11 +44,10 @@ import org.apache.http.localserver.LocalTestServer;
|
|||
import org.apache.http.protocol.HttpContext;
|
||||
import org.apache.http.protocol.HttpRequestHandler;
|
||||
import org.apache.http.util.EntityUtils;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
public class TestFluent extends LocalServerTestBase {
|
||||
|
||||
@Before
|
||||
|
|
Loading…
Reference in New Issue