Skip to content

Commit

Permalink
add unit test to show issue hollingsworthd#320
Browse files Browse the repository at this point in the history
  • Loading branch information
nddipiazza committed Mar 15, 2018
1 parent aaad730 commit 3c2ea73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/src/com/machinepublishers/AjaxResponseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import org.junit.Assert;
import org.junit.Test;

import javax.servlet.ServletException;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
Expand Down Expand Up @@ -227,6 +226,8 @@ public void handle(String target, Request baseRequest, HttpServletRequest reques
connectTimeout(50000).
connectionReqTimeout(50000).
socketTimeout(50000).
quickRender(true).
logTrace(true).
build());


Expand Down

0 comments on commit 3c2ea73

Please sign in to comment.