Ticket #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
Change History
Note: See
TracTickets for help on using
tickets.
