File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
api/src/test/java/org/asynchttpclient/async Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1405,7 +1405,7 @@ public void onThrowable(Throwable t) {
1405
1405
}
1406
1406
};
1407
1407
1408
- client .prepareGet ("http://www.lemonde.fr " ).execute (handler );
1408
+ client .prepareGet ("http://www.google.com " ).execute (handler );
1409
1409
1410
1410
if (!l .await (TIMEOUT , TimeUnit .SECONDS )) {
1411
1411
Assert .fail ("Timed out" );
@@ -1419,6 +1419,7 @@ public void onThrowable(Throwable t) {
1419
1419
public void asyncDoGetNestedTest () throws Throwable {
1420
1420
final AsyncHttpClient client = getAsyncHttpClient (null );
1421
1421
try {
1422
+ // FIXME find a proper website that redirects the same number of times whatever the language
1422
1423
// Use a l in case the assert fail
1423
1424
final CountDownLatch l = new CountDownLatch (2 );
1424
1425
Original file line number Diff line number Diff line change 44
44
</build >
45
45
46
46
<modules >
47
- <!-- <module>grizzly</module> -- >
47
+ <module >grizzly</module >
48
48
<module >netty</module >
49
49
<!-- <module>netty4</module> -->
50
50
</modules >
You can’t perform that action at this time.
0 commit comments