Skip Menu |

This queue is for tickets about the IMDB-Film CPAN distribution.

Report information
The Basics
Id: 14727
Status: resolved
Priority: 0/
Queue: IMDB-Film

People
Owner: STEPANOV [...] cpan.org
Requestors: dha [...] panix.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.14
Fixed in: 0.05



Subject: Test failures due to changes on IMDB
There have been some genre and cast changes in the films used in test.pl. In the attached diff I've altered the genre and cast data in the test (commenting out cast members where they're no longer listed on the IMDB page for the film). Things seem to now be functional. Until the next time someone changes it. :-/
--- test.pl 2005-09-23 16:03:17.000000000 -0400 +++ test.pl.bak 2005-09-23 14:55:00.000000000 -0400 @@ -15,7 +15,7 @@ id => '0332452', title => 'Troy', year => '2004', - genres => [qw(Action Adventure Drama History Romance War)], + genres => [qw(Action Drama War Adventure Romance)], country => [qw(USA Malta UK)], language => [qw(English)], plot => qq{An adaptation of Homer's great epic, the film follows the assault on Troy by the united Greek forces and chronicles the fates of the men involved.}, @@ -61,15 +61,15 @@ { id => '0803310', name => 'Ping Lam Siu', role => 'Ah Ping'}, { id => '0156432', name => 'Tung Cho \'Joe\' Cheung', role => 'Special Appearance (as Cheun Tung Joe)'}, { id => '0659029', name => 'Rebecca Pan', role => 'Mrs. Suen'}, - { id => '0155285', name => 'Kelly Lai Chen', role => 'Mr. Ho (as Lai Chen)'}, + { id => '0155296', name => 'Lai Chen', role => 'Mr. Ho'}, { id => '0151014', name => 'Man-Lei Chan', role => undef}, { id => '0465499', name => 'Kam-wah Koo', role => undef}, { id => '0156559', name => 'Roy Cheung', role => 'Mr. Chan (voice)'}, -# { id => '0156879', name => 'Chi-ang Chi', role => 'The Amah'}, + { id => '0156879', name => 'Chi-ang Chi', role => 'The Amah'}, { id => '0950499', name => 'Hsien Yu', role => undef}, { id => '0159493', name => 'Po-chun Chow', role => undef}, { id => '0837282', name => 'Paulyn Sun', role => 'Mrs. Chow (voice)'}, -# { id => '0939233', name => 'Man-lei Wong', role => 'Kam-wah, Koo'}, + { id => '0939233', name => 'Man-lei Wong', role => 'Kam-wah, Koo'}, ], directors => [{id => '0939182', name => 'Kar Wai Wong'}],
Date: Thu, 3 Nov 2005 10:12:03 +0200
From: Michael Stepanov <stepanov.michael [...] gmail.com>
To: bug-IMDB-Film [...] rt.cpan.org
Subject: Re: [cpan #14727] Test failures due to changes on IMDB
RT-Send-Cc:
Thanks for your bug report. I'll fix the tests as soon as possible. On 9/23/05, Guest via RT <bug-IMDB-Film@rt.cpan.org> wrote: Show quoted text
> > > This message about IMDB-Film was sent to you by guest <> via rt.cpan.org<http://rt.cpan.org> > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=14727 > > > There have been some genre and cast changes in the films used in test.pl. > > In the attached diff I've altered the genre and cast data in the test > (commenting out cast members where they're no longer listed on the IMDB page > for the film). Things seem to now be functional. Until the next time someone > changes it. :-/ >
-- Best regards, Michael Stepanov, www.stepanoff.org <http://www.stepanoff.org>