Opened 15 years ago

Closed 15 years ago

Last modified 12 years ago

#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)

bbc_news_reconciler_mk2.patch (487 bytes) - added by mlampard 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by mlampard

comment:1 Changed 15 years ago by mlampard

Summary: Reconciler incorrectly handles BBC World NewsUpdate Reconciler to handle BBC World News correctly

comment:2 Changed 15 years ago by Max

Resolution: fixed
Status: newclosed

Done in [1192], thanks.

comment:3 Changed 12 years ago by tramadol 000

Keywords: jcZrTPdXqCxwjMGjz added
Milestone: 1.0
Note: See TracTickets for help on using tickets.