Re: [Bug-wget] [PATCH 14/25] New test: Detect when there are no good Metalink url resources

2016-09-12 Thread Matthew White
On Sun, 11 Sep 2016 22:55:03 +0200 Giuseppe Scrivano wrote: > > +MetaXml = re.sub (r'{{FILE1_HASH}}', File1_sha256, MetaXml) > > +MetaXml = re.sub (r'{{FILE2_HASH}}', File2_sha256, MetaXml) > > +MetaXml = re.sub (r'{{FILE3_HASH}}', File3_sha256, MetaXml) > > +MetaXml = re.sub

Re: [Bug-wget] [PATCH 14/25] New test: Detect when there are no good Metalink url resources

2016-09-11 Thread Giuseppe Scrivano
Matthew White writes: > [Coverity Scan is ok, make syntax-check is ok, make check-valgrind is ok, > contrib/check-hard is ok] > > This adds a new Metalink test. > > The following description is verbatim from the patch: > - > Test if when there are no good Metalink

[Bug-wget] [PATCH 14/25] New test: Detect when there are no good Metalink url resources

2016-09-10 Thread Matthew White
[Coverity Scan is ok, make syntax-check is ok, make check-valgrind is ok, contrib/check-hard is ok] This adds a new Metalink test. The following description is verbatim from the patch: - Test if when there are no good Metalink url resources there is any segmentation fault. - Regards,