I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 676e9c93 authored by str4d's avatar str4d
Browse files

merge of '17e445455139cbd0a4d4096e2f6bf673bdf0f868'

     and '8c95a90070f2706b8b4d3eb9151e0c614d25663b'
parents 16282ec5 bb38e07e
No related branches found
No related tags found
No related merge requests found
......@@ -117,8 +117,14 @@ public class I2PSocketEepGetTest {
@Test
public void testFetch_negPort() {
// Fails, because URI is stricter than URL
fetchFrom("http://" + STATS_HOST + ":-1", false);
}
@Test
public void testFetch_zeroPort() {
// Gets rewritten to 80
fetchFrom("http://" + STATS_HOST + ":-1", true);
fetchFrom("http://" + STATS_HOST + ":0", true);
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment