From f23172efc0091501407257076b9835ca0abb72db Mon Sep 17 00:00:00 2001
From: Richard Burford <rich@freestylesystems.co.uk>
Date: Sat, 22 Sep 2012 16:37:36 +0000
Subject: [PATCH] By psynaptic: Converted invalid multibyte sequence to UTF-8.

---
 tests/feeds.test |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/feeds.test b/tests/feeds.test
index 69116bc..45ee2df 100644
--- a/tests/feeds.test
+++ b/tests/feeds.test
@@ -92,7 +92,7 @@ class FeedsWebTestCase extends DrupalWebTestCase {
 <body>
   <outline text="Feeds test group" >
        <outline title="Development Seed - Technological Solutions for Progressive Organizations" text="" xmlUrl="'. $path .'developmentseed.rss2" type="rss" />
-       <outline title="Magyar Nemzet Online - H’rek" text="" xmlUrl="'. $path .'feed_without_guid.rss2" type="rss" />
+       <outline title="Magyar Nemzet Online - H\'rek" text="" xmlUrl="'. $path .'feed_without_guid.rss2" type="rss" />
        <outline title="Drupal planet" text="" type="rss" xmlUrl="'. $path .'drupalplanet.rss2" />
     </outline>
 </body>
-- 
1.7.1

