History log of /libcore/luni/src/test/java/libcore/java/net/OldURLStreamHandlerTest.java
Revision Date Author Comments
5292410e4ebf7fb5149eefd2f52fcb94c46690a6 24-May-2011 Jesse Wilson <jessewilson@google.com> Rewrite parsing for java.net.URL.

This fixes many broken cases on handling relative URLs.

We normalize all URLs by default. This will result
in more URL equality than before. Previously the URLs
http://android.com/a/../ and http://android.com/ were not
equal; now they are equal.

Change-Id: I8cf7be2e42eeb1386520be2698d8f14e0a55decb
http://b/4361656
786ca658dfe8596835859ce45ee3b0ed46b8f21c 10-Feb-2011 Jesse Wilson <jessewilson@google.com> Fix URL encoder regression.

My recent cleanup broke URL partial encoding when the source URL
already contained escaped sequences. It was covered by a test that
I didn't run! Sigh.

Also fold in related tests. The URL decoding tests were validating
that URLs were resolving IP addresses; that functionality has since
been removed.

Change-Id: I876db3459f413e3f20ac3fd757749d8fbee3a1eb
http://b/2753295
7e00db4156e50ce5f20fefb820dca339299134d3 30-Jan-2011 Jesse Wilson <jessewilson@google.com> Don't do DNS lookups in URL.equals()

Change-Id: Iea9becdb3a16eab054f9073719c77c2215ce0208
http://b/3045867
4ce2ff6e19315b5ba071fc1739e071e585145dd4 07-Dec-2010 Jesse Wilson <jessewilson@google.com> Support IPv6 addresses in OldURLStreamHandlerTest.

Change-Id: Iafecaa7b71818747d6692dea166440d42963c4b5
2925824515c1758fcb60354a06320017b1ebc34c 27-Oct-2010 Jesse Wilson <jessewilson@google.com> Fix some flakiness in hostname tests.

This was failing on some networks where 'testhost' was a DNS-registered
host name.

Change-Id: I99a14f397d54048f0cf3772577836eb5fc0e48cc
1f8243e3d2b5a3f8e0398c304d1dea0395cbc368 28-Sep-2010 Jesse Wilson <jessewilson@google.com> Remove java.net tests that are redundant with Harmony.

Change-Id: I01d6b3633a6de8a075982975d4cbf6c08e757490