This commit is contained in:
Ahmed Tawila
2017-10-23 10:58:32 +02:00
81 changed files with 771 additions and 333 deletions

View File

@@ -71,8 +71,5 @@ public class URIvsURLUnitTest {
URL url = new URL("http://courses.baeldung.com");
String contents = IOUtils.toString(url.openStream());
assertTrue(contents.contains("<!DOCTYPE html>"));
}
}
}