#121 closed defect (fixed)
Update Reconciler to handle BBC World News correctly
Reported by: | mlampard | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | Shepherd | Version: | 1.x |
Keywords: | jcZrTPdXqCxwjMGjz | Cc: |
Description
reconciler_mk2 incorrectly changes all "BBC World News" to "BBC World News America".
Patch attached and reproduced below.
--- reconcilers/reconciler_mk2/reconciler_mk2~ 2008-07-24 11:49:30.000000000 +0930 +++ reconcilers/reconciler_mk2/reconciler_mk2 2009-04-26 14:48:53.187464097 +0930 @@ -887,6 +887,7 @@ # alternate programme ALSO matches the right-hand-side my $canonical_stop_list_exceptions = { 'Law.*Order' => [ "Criminal", "SVU", "Special", "Trial" ], + 'BBC World News' => [ "America" ], '(CSI|Crime.*Scene.*Investigation).*:' => [ ":.*Crime", "NY", "N.Y", "New", "Miami" ] };
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | bbc_news_reconciler_mk2.patch added |
---|
comment:1 Changed 14 years ago by
Summary: | Reconciler incorrectly handles BBC World News → Update Reconciler to handle BBC World News correctly |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 12 years ago by
Keywords: | jcZrTPdXqCxwjMGjz added |
---|---|
Milestone: | → 1.0 |
Note: See
TracTickets for help on using
tickets.
Done in [1192], thanks.