[rfc][icedtea-web] Refactor initialize/download out of ResourceTracker and add tests

Jie Kang jkang at redhat.com
Tue Dec 30 20:17:23 UTC 2014


Hello,

The attached patch moves the download/initialize runnable into a separate class named ResourceDownloader. The tests applicable to the new ResourceDownloader have also been moved from ResourceTrackerTest to ResourceDownloaderTest.

As well a number of tests have been added to ResourceDownloaderTest in order to ensure the capabilities of the downloader are maintained.


New tests of note:

testDownloadResource
testDownloadPackGzResource
testDownloadVersionedResource
testDownloadVersionedPackGzResource
testDownloadLocalResourceFails
testDownloadNotExistingResourceFails

There are two cases that I will add in a separate patch:

1 : test redownloading using new setting in TinyHttpdImpl
2 : test download of gzip file (not packgz)

These both need extra work in code outside of ResourceDownloader


How does it look?


Regards,

-- 

Jie Kang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: itw-res-tracker-refactor-1.patch
Type: text/x-patch
Size: 85470 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20141230/17f02717/itw-res-tracker-refactor-1-0001.patch>


More information about the distro-pkg-dev mailing list