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,