FYI: New tests for HttpURLConnection

Wolfgang Baer WBaer@gmx.de
Sat Feb 4 14:07:00 GMT 2006


Hi,

working on cups exposed some more api incompabilities in our HttpURLConnection
implementation. So most of these new tests fail currently and I will try to
follow up with patches on classpath-patches for approval.

One existing test is removed as the used HTTP server doesn't send the tested
header key anymore and therefore this test wrongly fails.

2006-02-04  Wolfgang Baer  <WBaer@gmx.de>

	* gnu/testlet/java/net/HttpURLConnection: New directory.
	* gnu/testlet/java/net/HttpURLConnection/fileNotFound.java,	
	* gnu/testlet/java/net/HttpURLConnection/nullPointerException.java,
	* gnu/testlet/java/net/HttpURLConnection/illegalStateException.java,
	* gnu/testlet/java/net/HttpURLConnection/getRequestProperty.java,
	* gnu/testlet/java/net/HttpURLConnection/getOutputStream.java: New tests.
	* gnu/testlet/java/net/URLConnection/URLConnectionTest.java:
	(test_getHeaderField): Removed failing wrong test.

Regards,
Wolfgang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: URLConnectionPatch.patch
Type: text/x-patch
Size: 1193 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/mauve-patches/attachments/20060204/7dad268b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fileNotFound.java
Type: text/x-java
Size: 1590 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/mauve-patches/attachments/20060204/7dad268b/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getOutputStream.java
Type: text/x-java
Size: 2629 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/mauve-patches/attachments/20060204/7dad268b/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getRequestProperty.java
Type: text/x-java
Size: 1533 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/mauve-patches/attachments/20060204/7dad268b/attachment-0003.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: illegalStateException.java
Type: text/x-java
Size: 4361 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/mauve-patches/attachments/20060204/7dad268b/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nullPointerException.java
Type: text/x-java
Size: 2020 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/mauve-patches/attachments/20060204/7dad268b/attachment-0005.bin>


More information about the Mauve-patches mailing list