Could you please enhance the test cases as well?
Be, andi
Sent from iPod
Am 07.03.2010 um 18:53 schrieb "SourceForge.net" <noreply@...
>:
> Bugs item #2965112, was opened at 2010-03-07 18:53
> Message generated for change (Tracker Item Submitted) made by
> jim_browski
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=586362&aid=2965112&group_id=88349
>
> Please note that this message will contain a full copy of the
> comment thread,
> including the initial issue submission, for this request,
> not just the latest update.
> Category: engines
> Group: None
> Status: Open
> Resolution: None
> Priority: 5
> Private: No
> Submitted By: jimbo (jim_browski)
> Assigned to: Nobody/Anonymous (nobody)
> Summary: IMDB MPAA rating is not fetched properly
>
> Initial Comment:
> imdb.php, line 161 ...
> preg_match('/<A HREF="\/mpaa">MPAA<\/A>: ?<\/h5>(.+?)<\/div>/is',
> $resp['data'], $ary);
> ... matches not only the rating itself, but also the preceding html-
> code
> <div class="info-content"
> . To fix it, replace line 161 with the following code
> preg_match('/<A HREF="\/mpaa">MPAA<\/A>:<\/h5>.+?<div class="info-
> content">(.+?)<\/div>/is', $resp['data'], $ary);
>
>
> ----------------------------------------------------------------------
>
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=586362&aid=2965112&group_id=88349
>
> ---
> ---
> ---
> ---------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> videodb-devel mailing list
> videodb-devel@...
> https://lists.sourceforge.net/lists/listinfo/videodb-devel
|