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'}],