From 8fa4e7f1d3a3b4512ca6e3ea5627a00007391fa4 Mon Sep 17 00:00:00 2001
From: Chris Leppanen <chris.leppanen@gmail.com>
Date: Tue, 25 Sep 2012 14:56:32 -0700
Subject: [PATCH] Issue #1792318 by psynaptic: Fixed Invalid multibyte sequence
 in tests/feeds.test.

---
 tests/feeds.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/feeds.test b/tests/feeds.test
index 8bd48aa7..28a63654 100644
--- a/tests/feeds.test
+++ b/tests/feeds.test
@@ -148,7 +148,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>
-- 
GitLab