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:
Oleg Kalnichevski 2014-03-10 11:15:55 +00:00
parent 4a6adb5891
commit 57c6856702
1 changed files with 1 additions and 2 deletions

View File

@ -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