Re: [Bug-wget] New test

2016-06-03 Thread Giuseppe Scrivano
Hi Tim,

Tim Ruehsen  writes:

> functionality as your test and just pushed it. I mention you in the commit 
> message.

what do you think if we rename tests -> old-tests and testenv -> tests?

It will probably be clearer for contributors to not touch them.


Regards,
Giuseppe



Re: [Bug-wget] New test

2016-06-03 Thread Giuseppe Scrivano
Hi Zdenek,

Zdenek Dohnal  writes:

> Hello,
>
> I was fixing a bug from old version of wget (1.12), which is fixed in newer 
> version wget, and I created script in perl to test it.
> Script tests return value of "missing scheme" case. Do you want to add it 
> into your project?

would it be possible for you to rewrite it using the new Python tests
suite (testenv/)?  We would like patches to the mailing list to be send
in the "git format-patch" format, where the commit message is using the
ChangeLog format (you can take a look at recent commits in the git
repository to have an idea about it).

Thanks,
Giuseppe



Re: [Bug-wget] New test

2016-06-03 Thread Tim Ruehsen
On Thursday 02 June 2016 10:15:13 Zdenek Dohnal wrote:
> Hello,
> 
> I was fixing a bug from old version of wget (1.12), which is fixed in newer
> version wget, and I created script in perl to test it. Script tests return
> value of "missing scheme" case. Do you want to add it into your project?

Hi Zdenek,

thanks, every additional test is good.

Since we obsoleted the Perl test suite, I wrote a Python test with the same 
functionality as your test and just pushed it. I mention you in the commit 
message.

Regards, Tim


signature.asc
Description: This is a digitally signed message part.


[Bug-wget] New test

2016-06-02 Thread Zdenek Dohnal
Hello,

I was fixing a bug from old version of wget (1.12), which is fixed in newer 
version wget, and I created script in perl to test it.
Script tests return value of "missing scheme" case. Do you want to add it into 
your project?


Zdenek Dohnal
Associate Software Engineer
Brno, Purkyňova 99, Czech Republic
RED HAT | TRIED. TESTED. TRUSTED.

Every telecommunications Company in the Fortune Global 500 relies on Red Hat.

Find out why at Trusted | Red Hat




[Bug-wget] New test

2016-06-02 Thread Zdenek Dohnal
Hello,

I was fixing a bug from old version of wget (1.12), which is fixed in newer 
version wget, and I created script in perl to test it. 
Script tests return value of "missing scheme" case. Do you want to add it into 
your project?

Zdenek Dohnal
Associate Software Engineer
Brno, Purkyňova 99, Czech Republic
RED HAT | TRIED. TESTED. TRUSTED.

Every telecommunications Company in the Fortune Global 500 relies on Red Hat.

Find out why at Trusted | Red Hat



Test-missing-scheme-retval.px
Description: Perl program