ソースを参照

add umlauts test for RSS

euromark 11 年 前
コミット
ad0aee5ff6
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Test/Case/View/RssViewTest.php

+ 2 - 2
Test/Case/View/RssViewTest.php

@@ -513,7 +513,7 @@ RSS;
 		$Controller = new Controller($Request, $Response);
 		$data = array(
 			'channel' => array(
-				'title' => 'Channel title',
+				'title' => 'Channel title with äöü umlauts',
 				'link' => 'http://channel.example.org',
 			),
 			'items' => array(
@@ -529,7 +529,7 @@ RSS;
 <?xml version="1.0" encoding="UTF-8"?>
 <rss version="2.0">
   <channel>
-    <title>Channel title</title>
+    <title>Channel title with äöü umlauts</title>
     <link>http://channel.example.org</link>
     <description/>
     <item>