Skip Menu |

This queue is for tickets about the BZ-Client CPAN distribution.

Report information
The Basics
Id: 113288
Status: resolved
Priority: 0/
Queue: BZ-Client

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.0_11
Fixed in: (no value)



Subject: BZ test system moved to 4.4?
t/20bugzilla.t fails, probably because https://landfill.bugzilla.org/ does not have the 4.2 branch available for testing. The following patch may fix this: diff --git a/t/servers.cfg b/t/servers.cfg index 3b2b7bf..bf7e520 100644 --- a/t/servers.cfg +++ b/t/servers.cfg @@ -1,7 +1,7 @@ do { my @bugzillas = ( { -'testUrl' => 'https://landfill.bugzilla.org/bugzilla-4.2-branch/', +'testUrl' => 'https://landfill.bugzilla.org/bugzilla-4.4-branch/', 'testUser' => 'foo', 'testPassword' => 'bar', 'autologin' => 0,
Subject: Re: [rt.cpan.org #113288] BZ test system moved to 4.4?
Date: Wed, 23 Mar 2016 21:42:09 +1100
To: bug-BZ-Client [...] rt.cpan.org
From: Dean Hamstead <dean [...] fragfest.com.au>
there is three entries in the servers.cfg, the second is 4.4. i have released 2.0_12 with changes for it. im glad others are using this module. you know its on github right? On 2016-03-23 18:43, Slaven_Rezic via RT wrote: Show quoted text
> Wed Mar 23 03:43:07 2016: Request 113288 was acted upon. > Transaction: Ticket created by SREZIC > Queue: BZ-Client > Subject: BZ test system moved to 4.4? > Broken in: 2.0_11 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=113288 > > > > t/20bugzilla.t fails, probably because https://landfill.bugzilla.org/ > does not have the 4.2 branch available for testing. > > The following patch may fix this: > > diff --git a/t/servers.cfg b/t/servers.cfg > index 3b2b7bf..bf7e520 100644 > --- a/t/servers.cfg > +++ b/t/servers.cfg > @@ -1,7 +1,7 @@ > do { my @bugzillas = ( > > { > -'testUrl' => 'https://landfill.bugzilla.org/bugzilla-4.2-branch/', > +'testUrl' => 'https://landfill.bugzilla.org/bugzilla-4.4-branch/', > 'testUser' => 'foo', > 'testPassword' => 'bar', > 'autologin' => 0,
Subject: Re: [rt.cpan.org #113288] BZ test system moved to 4.4?
Date: Wed, 23 Mar 2016 21:41:40 +1100
To: bug-BZ-Client [...] rt.cpan.org
From: Dean Hamstead <dean [...] bytefoundry.com.au>
there is three entries in the servers.cfg, the second is 4.4. i have released 2.0_12 with changes for it. im glad others are using this module. you know its on github right? On 2016-03-23 18:43, Slaven_Rezic via RT wrote: Show quoted text
> Wed Mar 23 03:43:07 2016: Request 113288 was acted upon. > Transaction: Ticket created by SREZIC > Queue: BZ-Client > Subject: BZ test system moved to 4.4? > Broken in: 2.0_11 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=113288 > > > > t/20bugzilla.t fails, probably because https://landfill.bugzilla.org/ > does not have the 4.2 branch available for testing. > > The following patch may fix this: > > diff --git a/t/servers.cfg b/t/servers.cfg > index 3b2b7bf..bf7e520 100644 > --- a/t/servers.cfg > +++ b/t/servers.cfg > @@ -1,7 +1,7 @@ > do { my @bugzillas = ( > > { > -'testUrl' => 'https://landfill.bugzilla.org/bugzilla-4.2-branch/', > +'testUrl' => 'https://landfill.bugzilla.org/bugzilla-4.4-branch/', > 'testUser' => 'foo', > 'testPassword' => 'bar', > 'autologin' => 0,
should be AOK now