Author: as
Date: Tue Oct  9 10:18:16 2007
New Revision: 6397

Log:
- "eZ components" -> "eZ Components".

Modified:
    trunk/Feed/src/processors/rss2.php
    trunk/Feed/tests/rss2/data/rss2-01.xml
    trunk/Feed/tests/rss2/data/rss2-02.xml
    trunk/Feed/tests/rss2/data/rss2-03.xml
    trunk/Feed/tests/rss2/data/rss2-04.xml
    trunk/Feed/tests/rss2/data/rss2-05.xml
    trunk/Feed/tests/rss2/data/rss2-06.xml
    trunk/Feed/tests/rss2/data/rss2-07.xml
    trunk/Feed/tests/rss2/data/rss2-08.xml
    trunk/Feed/tests/rss2/data/rss2-09.xml
    trunk/Feed/tests/rss2/data/rss2-10.xml
    trunk/Feed/tests/rss2/data/rss2-content-02.xml
    trunk/Feed/tests/rss2/data/rss2-dc-01.xml
    trunk/Feed/tests/rss2/data/rss2-dc-02.xml
    trunk/Feed/tests/rss2/data/rss2-dc-03.xml
    trunk/Feed/tests/rss2/data/rss2-dc-04.xml
    trunk/Feed/tests/rss2/rss2_test.php

Modified: trunk/Feed/src/processors/rss2.php
==============================================================================
--- trunk/Feed/src/processors/rss2.php [iso-8859-1] (original)
+++ trunk/Feed/src/processors/rss2.php [iso-8859-1] Tue Oct  9 10:18:16 2007
@@ -28,14 +28,14 @@
     protected $supportedModules = array( 'DublinCore', 'Content' );
 
     /**
-     * A list of required attributes for the channel definition
+     * A list of required attributes for the channel definition.
      *
      * @var array(string)
      */
     protected static $requiredFeedAttributes = array( 'title', 'link', 
'description' );
 
     /**
-     * A list of optional attributes for the channel definition
+     * A list of optional attributes for the channel definition.
      *
      * @var array(string)
      */
@@ -70,7 +70,7 @@
     {
         // set default values
         $this->setMetaData( 'published', $this->prepareDate( time() ) );
-        $this->setMetaData( 'generator', "eZ components" );
+        $this->setMetaData( 'generator', "eZ Components" );
         $this->setMetaData( 'docs', 
'http://www.rssboard.org/rss-specification' );
         $this->feedType = self::FEED_TYPE;
     }

Modified: trunk/Feed/tests/rss2/data/rss2-01.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-01.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-01.xml [iso-8859-1] Tue Oct  9 10:18:16 2007
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rss version="2.0">
   <channel>
-    <title>eZ components test</title>
+    <title>eZ Components test</title>
     <link>http://components.ez.no</link>
-    <description>This is a test for the eZ components Feed 
Generator</description>
+    <description>This is a test for the eZ Components Feed 
Generator</description>
     <managingEditor>[EMAIL PROTECTED] (Derick Rethans)</managingEditor>
     <pubDate>XXXX</pubDate>
-    <generator>eZ components</generator>
+    <generator>eZ Components</generator>
     <docs>http://www.rssboard.org/rss-specification</docs>
   </channel>
 </rss>

Modified: trunk/Feed/tests/rss2/data/rss2-02.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-02.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-02.xml [iso-8859-1] Tue Oct  9 10:18:16 2007
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rss version="2.0">
   <channel>
-    <title>eZ components test</title>
+    <title>eZ Components test</title>
     <link>http://components.ez.no</link>
-    <description>This is a test for the eZ components Feed 
Generator</description>
+    <description>This is a test for the eZ Components Feed 
Generator</description>
     <managingEditor>[EMAIL PROTECTED] (Derick Rethans)</managingEditor>
     <pubDate>Fri, 26 May 2006 10:46:31 +0200</pubDate>
     <lastBuildDate>Fri, 26 May 2006 19:46:31 +0200</lastBuildDate>
-    <generator>eZ components</generator>
+    <generator>eZ Components</generator>
     <docs>http://www.rssboard.org/rss-specification</docs>
     <item>
       <title>First Item</title>

Modified: trunk/Feed/tests/rss2/data/rss2-03.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-03.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-03.xml [iso-8859-1] Tue Oct  9 10:18:16 2007
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rss version="2.0">
   <channel>
-    <title>eZ components test</title>
+    <title>eZ Components test</title>
     <link>http://components.ez.no</link>
-    <description>This is a test for the eZ components Feed 
Generator</description>
+    <description>This is a test for the eZ Components Feed 
Generator</description>
     <managingEditor>[EMAIL PROTECTED] (Derick Rethans)</managingEditor>
     <pubDate>Fri, 26 May 2006 10:45:31 +0200</pubDate>
     <lastBuildDate>Fri, 26 May 2006 10:45:31 +0200</lastBuildDate>
-    <generator>eZ components</generator>
+    <generator>eZ Components</generator>
     <docs>http://www.rssboard.org/rss-specification</docs>
   </channel>
 </rss>

Modified: trunk/Feed/tests/rss2/data/rss2-04.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-04.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-04.xml [iso-8859-1] Tue Oct  9 10:18:16 2007
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rss version="2.0">
   <channel>
-    <title>eZ components test</title>
+    <title>eZ Components test</title>
     <link>http://components.ez.no</link>
-    <description>This is a test for the eZ components Feed 
Generator</description>
+    <description>This is a test for the eZ Components Feed 
Generator</description>
     <managingEditor>[EMAIL PROTECTED] (Derick Rethans)</managingEditor>
     <webMaster>[EMAIL PROTECTED] (Derick Rethans)</webMaster>
     <pubDate>Fri, 26 May 2006 10:46:31 +0200</pubDate>
     <lastBuildDate>Fri, 26 May 2006 10:46:31 +0200</lastBuildDate>
-    <category>eZ components</category>
-    <generator>eZ components</generator>
+    <category>eZ Components</category>
+    <generator>eZ Components</generator>
     <docs>http://www.rssboard.org/rss-specification</docs>
     <item>
       <title>First Item</title>

Modified: trunk/Feed/tests/rss2/data/rss2-05.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-05.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-05.xml [iso-8859-1] Tue Oct  9 10:18:16 2007
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rss version="2.0">
   <channel>
-    <title>eZ components test</title>
+    <title>eZ Components test</title>
     <link>http://components.ez.no</link>
-    <description>This is a test for the eZ components Feed 
Generator</description>
+    <description>This is a test for the eZ Components Feed 
Generator</description>
     <language>nl</language>
     <copyright>eZ systems</copyright>
     <managingEditor>[EMAIL PROTECTED] (Derick Rethans)</managingEditor>
@@ -11,12 +11,12 @@
     <pubDate>Fri, 26 May 2006 10:46:31 +0200</pubDate>
     <lastBuildDate>Fri, 26 May 2006 10:46:31 +0200</lastBuildDate>
     <category>test</category>
-    <category>eZ components</category>
-    <generator>eZ components TEST</generator>
+    <category>eZ Components</category>
+    <generator>eZ Components TEST</generator>
     <ttl>86400</ttl>
     <docs>http://www.rssboard.org/rss-specification</docs>
     <image>
-      <title>eZ components test</title>
+      <title>eZ Components test</title>
       <link>http://components.ez.no</link>
       
<url>http://ez.no/var/ezno/storage/images/download/other_downloads/powered_by_ez_components_logos/108x31/472645-3-eng-GB/108x31.png</url>
     </image>

Modified: trunk/Feed/tests/rss2/data/rss2-06.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-06.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-06.xml [iso-8859-1] Tue Oct  9 10:18:16 2007
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rss version="2.0">
   <channel>
-    <title>eZ components test</title>
+    <title>eZ Components test</title>
     <link>http://components.ez.no</link>
-    <description>This is a test for the eZ components Feed 
Generator</description>
+    <description>This is a test for the eZ Components Feed 
Generator</description>
     <managingEditor>[EMAIL PROTECTED] (Derick Rethans)</managingEditor>
     <pubDate>Fri, 26 May 2006 10:46:31 +0200</pubDate>
     <lastBuildDate>Fri, 26 May 2006 10:46:31 +0200</lastBuildDate>
-    <generator>eZ components</generator>
+    <generator>eZ Components</generator>
     <docs>http://www.rssboard.org/rss-specification</docs>
     <item>
       <title>First Item</title>
@@ -15,7 +15,7 @@
       <description>This is the first item</description>
       <author>[EMAIL PROTECTED] (Derick)</author>
       <category>Tests</category>
-      <category>eZ components</category>
+      <category>eZ Components</category>
       <comments>http://components.ez.no/1/comments</comments>
       <guid isPermaLink="true">http://components.ez.no/1</guid>
       <pubDate>Fri, 26 May 2006 10:46:31 +0200</pubDate>

Modified: trunk/Feed/tests/rss2/data/rss2-07.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-07.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-07.xml [iso-8859-1] Tue Oct  9 10:18:16 2007
@@ -6,10 +6,10 @@
     <language>en-GB</language>
     <item>
       <pubDate>Mon, 29 May 2006 13:45:57 GMT</pubDate>
-      <title>eZ components 
1.1rc1</title><link>http://ez.no/community/news/ez_components_1_1rc1</link>
+      <title>eZ Components 
1.1rc1</title><link>http://ez.no/community/news/ez_components_1_1rc1</link>
       <description>
 &lt;p&gt;
-We just released the first release for eZ components 1.1. In this release you 
will find updated packages for many of the packages. The main changes are they 
way how options are handled for components. The Mail and Template package are 
the ones with the other major changes.
+We just released the first release for eZ Components 1.1. In this release you 
will find updated packages for many of the packages. The main changes are they 
way how options are handled for components. The Mail and Template package are 
the ones with the other major changes.
 &lt;/p&gt;
 </description>
     </item>
@@ -45,7 +45,7 @@
       <title>Community newsletter 
12/05/2006</title><link>http://ez.no/community/news/community_newsletter_12_05_2006</link>
       <description>
 &lt;p&gt;
-In this week&apos;s newsletter, we bring you news about the beta 2 version of 
eZ components and an update on eZ publish 4.0 development. We also have news 
about eZ publish sub-releases and an announcement of the first release 
candidate of the Online Editor version 4.1. The newsletter also includes an 
update on the current bug status.
+In this week&apos;s newsletter, we bring you news about the beta 2 version of 
eZ Components and an update on eZ publish 4.0 development. We also have news 
about eZ publish sub-releases and an announcement of the first release 
candidate of the Online Editor version 4.1. The newsletter also includes an 
update on the current bug status.
 &lt;/p&gt;
 </description>
     </item>

Modified: trunk/Feed/tests/rss2/data/rss2-08.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-08.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-08.xml [iso-8859-1] Tue Oct  9 10:18:16 2007
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rss xmlns:dc="http://purl.org/dc/elements/1.1/"; version="2.0">
   <channel>
-    <title>eZ components test</title>
+    <title>eZ Components test</title>
     <link>http://components.ez.no</link>
-    <description>This is a test for the eZ components Feed 
Generator</description>
+    <description>This is a test for the eZ Components Feed 
Generator</description>
     <managingEditor>[EMAIL PROTECTED] (Derick Rethans)</managingEditor>
     <lastBuildDate>Fri, 26 May 2006 10:46:31 +0200</lastBuildDate>
-    <generator>eZ components</generator>
+    <generator>eZ Components</generator>
     <docs>http://www.rssboard.org/rss-specification</docs>
     <dc:date>2006-05-26T10:46:31+02:00</dc:date>
     <dc:description>&lt;p&gt;This is a richer &lt;i&gt;description&lt;/i&gt; 
supported by dublin code.&lt;/p&gt;</dc:description>

Modified: trunk/Feed/tests/rss2/data/rss2-09.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-09.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-09.xml [iso-8859-1] Tue Oct  9 10:18:16 2007
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rss xmlns:dc="http://purl.org/dc/elements/1.1/"; version="2.0">
   <channel>
-    <title>eZ components test</title>
+    <title>eZ Components test</title>
     <link>http://components.ez.no</link>
-    <description>This is a test for the eZ components Feed 
Generator</description>
+    <description>This is a test for the eZ Components Feed 
Generator</description>
     <managingEditor>[EMAIL PROTECTED] (Derick Rethans)</managingEditor>
     <pubDate>Fri, 26 May 2006 10:46:31 +0200</pubDate>
-    <generator>eZ components</generator>
+    <generator>eZ Components</generator>
     <docs>http://www.rssboard.org/rss-specification</docs>
     <dc:description>&lt;p&gt;This is a richer &lt;i&gt;description&lt;/i&gt; 
supported by dublin code.&lt;/p&gt;</dc:description>
     <item>

Modified: trunk/Feed/tests/rss2/data/rss2-10.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-10.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-10.xml [iso-8859-1] Tue Oct  9 10:18:16 2007
@@ -478,7 +478,7 @@
 covering some other forms as well. The conference also features the
 return of "Derick's Ranting Hour" where I invite the audience
 to come up with subjects regrading what they hate and love about PHP.
-The third session I will give is on the &lt;a 
href="http://components.ez.no"&gt;eZ components&lt;/a&gt; introducing the cool
+The third session I will give is on the &lt;a 
href="http://components.ez.no"&gt;eZ Components&lt;/a&gt; introducing the cool
 new things that we've added, and will be adding, for the next version.
 Hope to see you there!
                &lt;/p&gt;
@@ -1266,4 +1266,4 @@
   <dc:date>2005-10-16T14:31:00+02:00</dc:date>
 </item>
        </channel>
-</rss>
+</rss>

Modified: trunk/Feed/tests/rss2/data/rss2-content-02.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-content-02.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-content-02.xml [iso-8859-1] Tue Oct  9 
10:18:16 2007
@@ -11,7 +11,7 @@
     <pubDate>Thu, 24 Aug 2006 14:25:57 +0200</pubDate>
     <category>php</category>
     <category>work</category>
-    <generator>eZ components</generator>
+    <generator>eZ Components</generator>
     <docs>http://www.rssboard.org/rss-specification</docs>
     <item>
       <title>Overloaded properties (__get)</title>

Modified: trunk/Feed/tests/rss2/data/rss2-dc-01.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-dc-01.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-dc-01.xml [iso-8859-1] Tue Oct  9 10:18:16 
2007
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rss xmlns:dc="http://purl.org/dc/elements/1.1/"; version="2.0">
   <channel>
-    <title>eZ components test</title>
+    <title>eZ Components test</title>
     <link>http://components.ez.no</link>
-    <description>This is a test for the eZ components Feed 
Generator</description>
+    <description>This is a test for the eZ Components Feed 
Generator</description>
     <managingEditor>[EMAIL PROTECTED] (Derick Rethans)</managingEditor>
     <pubDate>Fri, 26 May 2006 10:46:31 +0200</pubDate>
-    <generator>eZ components</generator>
+    <generator>eZ Components</generator>
     <docs>http://www.rssboard.org/rss-specification</docs>
-    <dc:title>DC: eZ components test</dc:title>
+    <dc:title>DC: eZ Components test</dc:title>
     <dc:type>Text</dc:type>
     <dc:format>text/plain</dc:format>
-    <dc:subject>This is a test for the eZ components Feed 
Generator</dc:subject>
+    <dc:subject>This is a test for the eZ Components Feed 
Generator</dc:subject>
     <dc:publisher>[EMAIL PROTECTED] (Derick Rethans)</dc:publisher>
     <dc:contributor>[EMAIL PROTECTED] (Ray Bosman)</dc:contributor>
     <dc:date>2006-05-26T10:46:31+02:00</dc:date>
-    <dc:creator>eZ components</dc:creator>
+    <dc:creator>eZ Components</dc:creator>
     <dc:description>&lt;p&gt;This is a richer &lt;i&gt;description&lt;/i&gt; 
supported by dublin code.&lt;/p&gt;</dc:description>
     <dc:identifier>rss2-dc-01.xml</dc:identifier>
     
<dc:source>http://svn.ez.no/svn/components/trunk/Feed/tests/data</dc:source>
@@ -29,13 +29,13 @@
       <guid isPermaLink="true">http://components.ez.no/1</guid>
       <pubDate>Fri, 26 May 2006 10:46:31 +0200</pubDate>
       <dc:date>2006-05-27T10:46:42+02:00</dc:date>
-      <dc:title>DC: eZ components test</dc:title>
+      <dc:title>DC: eZ Components test</dc:title>
       <dc:type>Text</dc:type>
       <dc:format>text/plain</dc:format>
-      <dc:subject>This is a test for the eZ components Feed 
Generator</dc:subject>
+      <dc:subject>This is a test for the eZ Components Feed 
Generator</dc:subject>
       <dc:publisher>[EMAIL PROTECTED] (Derick Rethans)</dc:publisher>
       <dc:contributor>[EMAIL PROTECTED] (Ray Bosman)</dc:contributor>
-      <dc:creator>eZ components</dc:creator>
+      <dc:creator>eZ Components</dc:creator>
       <dc:description>&lt;p&gt;This is a richer &lt;i&gt;description&lt;/i&gt; 
supported by dublin code.&lt;/p&gt;</dc:description>
       <dc:identifier>rss2-dc-01.xml</dc:identifier>
       
<dc:source>http://svn.ez.no/svn/components/trunk/Feed/tests/data</dc:source>

Modified: trunk/Feed/tests/rss2/data/rss2-dc-02.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-dc-02.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-dc-02.xml [iso-8859-1] Tue Oct  9 10:18:16 
2007
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rss xmlns:dc="http://purl.org/dc/elements/1.1/"; version="2.0">
   <channel>
-    <title>eZ components test</title>
+    <title>eZ Components test</title>
     <link>http://components.ez.no</link>
-    <description>This is a test for the eZ components Feed 
Generator</description>
+    <description>This is a test for the eZ Components Feed 
Generator</description>
     <managingEditor>[EMAIL PROTECTED] (Derick Rethans)</managingEditor>
     <pubDate>Fri, 26 May 2006 10:46:31 +0200</pubDate>
-    <generator>eZ components</generator>
+    <generator>eZ Components</generator>
     <docs>http://www.rssboard.org/rss-specification</docs>
     <dc:bullshit>Europe</dc:bullshit>
     <item>

Modified: trunk/Feed/tests/rss2/data/rss2-dc-03.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-dc-03.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-dc-03.xml [iso-8859-1] Tue Oct  9 10:18:16 
2007
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rss xmlns:dc="http://purl.org/dc/elements/1.1/"; version="2.0">
   <channel>
-    <title>eZ components test</title>
+    <title>eZ Components test</title>
     <link>http://components.ez.no</link>
-    <description>This is a test for the eZ components Feed 
Generator</description>
+    <description>This is a test for the eZ Components Feed 
Generator</description>
     <managingEditor>[EMAIL PROTECTED] (Derick Rethans)</managingEditor>
     <pubDate>Fri, 26 May 2006 10:46:31 +0200</pubDate>
-    <generator>eZ components</generator>
+    <generator>eZ Components</generator>
     <docs>http://www.rssboard.org/rss-specification</docs>
     <item>
       <title>First Item</title>

Modified: trunk/Feed/tests/rss2/data/rss2-dc-04.xml
==============================================================================
--- trunk/Feed/tests/rss2/data/rss2-dc-04.xml [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/data/rss2-dc-04.xml [iso-8859-1] Tue Oct  9 10:18:16 
2007
@@ -1,19 +1,19 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rss xmlns:dc="http://purl.org/dc/elements/1.1/"; version="2.0">
   <channel>
-    <title>eZ components test</title>
+    <title>eZ Components test</title>
     <link>http://components.ez.no</link>
-    <description>This is a test for the eZ components Feed 
Generator</description>
-    <generator>eZ components</generator>
+    <description>This is a test for the eZ Components Feed 
Generator</description>
+    <generator>eZ Components</generator>
     <docs>http://www.rssboard.org/rss-specification</docs>
-    <dc:title>DC: eZ components test</dc:title>
+    <dc:title>DC: eZ Components test</dc:title>
     <dc:type>Text</dc:type>
     <dc:format>text/plain</dc:format>
-    <dc:subject>This is a test for the eZ components Feed 
Generator</dc:subject>
+    <dc:subject>This is a test for the eZ Components Feed 
Generator</dc:subject>
     <dc:publisher>[EMAIL PROTECTED] (Derick Rethans)</dc:publisher>
     <dc:contributor>[EMAIL PROTECTED] (Ray Bosman)</dc:contributor>
     <dc:date>2006-05-26T10:46:31+02:00</dc:date>
-    <dc:creator>eZ components</dc:creator>
+    <dc:creator>eZ Components</dc:creator>
     <dc:description>&lt;p&gt;This is a richer &lt;i&gt;description&lt;/i&gt; 
supported by dublin code.&lt;/p&gt;</dc:description>
     <dc:identifier>rss2-dc-01.xml</dc:identifier>
     
<dc:source>http://svn.ez.no/svn/components/trunk/Feed/tests/data</dc:source>
@@ -26,13 +26,13 @@
       <description>This is the first item</description>
       <guid isPermaLink="true">http://components.ez.no/1</guid>
       <dc:date>2006-05-27T10:46:42+02:00</dc:date>
-      <dc:title>DC: eZ components test</dc:title>
+      <dc:title>DC: eZ Components test</dc:title>
       <dc:type>Text</dc:type>
       <dc:format>text/plain</dc:format>
-      <dc:subject>This is a test for the eZ components Feed 
Generator</dc:subject>
+      <dc:subject>This is a test for the eZ Components Feed 
Generator</dc:subject>
       <dc:publisher>[EMAIL PROTECTED] (Derick Rethans)</dc:publisher>
       <dc:contributor>[EMAIL PROTECTED] (Ray Bosman)</dc:contributor>
-      <dc:creator>eZ components</dc:creator>
+      <dc:creator>eZ Components</dc:creator>
       <dc:description>&lt;p&gt;This is a richer &lt;i&gt;description&lt;/i&gt; 
supported by dublin code.&lt;/p&gt;</dc:description>
       <dc:identifier>rss2-dc-01.xml</dc:identifier>
       
<dc:source>http://svn.ez.no/svn/components/trunk/Feed/tests/data</dc:source>

Modified: trunk/Feed/tests/rss2/rss2_test.php
==============================================================================
--- trunk/Feed/tests/rss2/rss2_test.php [iso-8859-1] (original)
+++ trunk/Feed/tests/rss2/rss2_test.php [iso-8859-1] Tue Oct  9 10:18:16 2007
@@ -22,9 +22,9 @@
     public function testSimpleEmpty1()
     {
         $feed = new ezcFeed( 'rss2' );
-        $feed->title = "eZ components test";
-        $feed->link = "http://components.ez.no";;
-        $feed->description = "This is a test for the eZ components Feed 
Generator";
+        $feed->title = "eZ Components test";
+        $feed->link = "http://components.ez.no";;
+        $feed->description = "This is a test for the eZ Components Feed 
Generator";
         $feed->author = "[EMAIL PROTECTED] (Derick Rethans)";
 
         $expected = file_get_contents( dirname( __FILE__ ) . 
"/data/rss2-01.xml" );
@@ -34,9 +34,9 @@
     public function testSimpleEmpty2()
     {
         $feed = new ezcFeed( 'rss2' );
-        $feed->title = "eZ components test";
-        $feed->link = "http://components.ez.no";;
-        $feed->description = "This is a test for the eZ components Feed 
Generator";
+        $feed->title = "eZ Components test";
+        $feed->link = "http://components.ez.no";;
+        $feed->description = "This is a test for the eZ Components Feed 
Generator";
         $feed->author = "[EMAIL PROTECTED] (Derick Rethans)";
         $feed->published = "1148633131"; // strtotime( "Fri May 26, 10:45:31 
2006" );
         $feed->updated = "Fri May 26, 10:45:31 2006";
@@ -48,7 +48,7 @@
     public function testSimpleEmptyWithError1()
     {
         $feed = new ezcFeed( 'rss2' );
-        $feed->title = "eZ components test";
+        $feed->title = "eZ Components test";
         $feed->link = "http://components.ez.no";;
 
         try
@@ -80,9 +80,9 @@
     public function testSimpleWithItems1()
     {
         $feed = new ezcFeed( 'rss2' );
-        $feed->title = "eZ components test";
-        $feed->link = "http://components.ez.no";;
-        $feed->description = "This is a test for the eZ components Feed 
Generator";
+        $feed->title = "eZ Components test";
+        $feed->link = "http://components.ez.no";;
+        $feed->description = "This is a test for the eZ Components Feed 
Generator";
         $feed->author = "[EMAIL PROTECTED] (Derick Rethans)";
         $feed->author = "[EMAIL PROTECTED] (Derick Rethans)";
         $feed->published = 1148633191;
@@ -105,14 +105,14 @@
     public function testSimpleWithItems2()
     {
         $feed = new ezcFeed( 'rss2' );
-        $feed->title = "eZ components test";
-        $feed->link = "http://components.ez.no";;
-        $feed->description = "This is a test for the eZ components Feed 
Generator";
+        $feed->title = "eZ Components test";
+        $feed->link = "http://components.ez.no";;
+        $feed->description = "This is a test for the eZ Components Feed 
Generator";
         $feed->author = "[EMAIL PROTECTED] (Derick Rethans)";
         $feed->webMaster = "[EMAIL PROTECTED] (Derick Rethans)";
         $feed->published = 1148633191;
         $feed->updated = "Fri May 26, 08:46:31 2006 UTC";
-        $feed->category = "eZ components";
+        $feed->category = "eZ Components";
 
         $item = $feed->newItem();
         $item->title = "First Item";
@@ -126,14 +126,14 @@
     public function testSimpleWithItemsWithError1()
     {
         $feed = new ezcFeed( 'rss2' );
-        $feed->title = "eZ components test";
-        $feed->link = "http://components.ez.no";;
-        $feed->description = "This is a test for the eZ components Feed 
Generator";
+        $feed->title = "eZ Components test";
+        $feed->link = "http://components.ez.no";;
+        $feed->description = "This is a test for the eZ Components Feed 
Generator";
         $feed->author = "[EMAIL PROTECTED] (Derick Rethans)";
         $feed->webMaster = "[EMAIL PROTECTED] (Derick Rethans)";
         $feed->published = 1148633191;
         $feed->updated = "Fri May 26, 08:46:31 2006 UTC";
-        $feed->category = "eZ components";
+        $feed->category = "eZ Components";
 
         $item = $feed->newItem();
 
@@ -151,18 +151,18 @@
     public function testComplex1()
     {
         $feed = new ezcFeed( 'rss2' );
-        $feed->title = "eZ components test";
-        $feed->link = "http://components.ez.no";;
-        $feed->description = "This is a test for the eZ components Feed 
Generator";
+        $feed->title = "eZ Components test";
+        $feed->link = "http://components.ez.no";;
+        $feed->description = "This is a test for the eZ Components Feed 
Generator";
         $feed->author = "[EMAIL PROTECTED] (Derick Rethans)";
         $feed->webMaster = "[EMAIL PROTECTED] (Derick Rethans)";
         $feed->published = 1148633191;
         $feed->updated = "Fri May 26, 08:46:31 2006 UTC";
         $feed->category = "test";
-        $feed->category = "eZ components";
+        $feed->category = "eZ Components";
         $feed->language = "nl";
         $feed->copyright = "eZ systems";
-        $feed->generator = "eZ components TEST";
+        $feed->generator = "eZ Components TEST";
         $feed->ttl = 86400;
         $feed->image = 
"http://ez.no/var/ezno/storage/images/download/other_downloads/powered_by_ez_components_logos/108x31/472645-3-eng-GB/108x31.png";;
 
@@ -178,9 +178,9 @@
     public function testComplex2()
     {
         $feed = new ezcFeed( 'rss2' );
-        $feed->title = "eZ components test";
-        $feed->link = "http://components.ez.no";;
-        $feed->description = "This is a test for the eZ components Feed 
Generator";
+        $feed->title = "eZ Components test";
+        $feed->link = "http://components.ez.no";;
+        $feed->description = "This is a test for the eZ Components Feed 
Generator";
         $feed->author = "[EMAIL PROTECTED] (Derick Rethans)";
         $feed->published = 1148633191;
         $feed->updated = "Fri May 26, 10:46:31 2006 CEST";
@@ -191,7 +191,7 @@
         $item->description = "This is the first item";
         $item->author = '[EMAIL PROTECTED] (Derick)';
         $item->category = 'Tests';
-        $item->category = 'eZ components';
+        $item->category = 'eZ Components';
         $item->comments = 'http://components.ez.no/1/comments';
         $item->guid = "http://components.ez.no/1";;
         $item->published = "Fri May 26, 10:46:31 2006 CEST";
@@ -218,11 +218,11 @@
         $expected = array (
   0 =>
   array (
-    0 => 'eZ components 1.1rc1',
+    0 => 'eZ Components 1.1rc1',
     1 => 'http://ez.no/community/news/ez_components_1_1rc1',
     2 => '
 <p>
-We just released the first release for eZ components 1.1. In this release you 
will find updated packages for many of the packages. The main changes are they 
way how options are handled for components. The Mail and Template package are 
the ones with the other major changes.
+We just released the first release for eZ Components 1.1. In this release you 
will find updated packages for many of the packages. The main changes are they 
way how options are handled for components. The Mail and Template package are 
the ones with the other major changes.
 </p>
 ',
   ),
@@ -262,7 +262,7 @@
     1 => 'http://ez.no/community/news/community_newsletter_12_05_2006',
     2 => '
 <p>
-In this week\'s newsletter, we bring you news about the beta 2 version of eZ 
components and an update on eZ publish 4.0 development. We also have news about 
eZ publish sub-releases and an announcement of the first release candidate of 
the Online Editor version 4.1. The newsletter also includes an update on the 
current bug status.
+In this week\'s newsletter, we bring you news about the beta 2 version of eZ 
Components and an update on eZ publish 4.0 development. We also have news about 
eZ publish sub-releases and an announcement of the first release candidate of 
the Online Editor version 4.1. The newsletter also includes an update on the 
current bug status.
 </p>
 ',
   ),
@@ -276,9 +276,9 @@
         $feed = new ezcFeed( 'rss2' );
         $feed->addModule( 'ezcFeedModuleDublinCore' );
 
-        $feed->title = "eZ components test";
-        $feed->link = "http://components.ez.no";;
-        $feed->description = "This is a test for the eZ components Feed 
Generator";
+        $feed->title = "eZ Components test";
+        $feed->link = "http://components.ez.no";;
+        $feed->description = "This is a test for the eZ Components Feed 
Generator";
         $feed->author = "[EMAIL PROTECTED] (Derick Rethans)";
         $feed->published = 1148633191;
         $feed->updated = "Fri May 26, 10:46:31 2006 CEST";
@@ -294,9 +294,9 @@
         $feed = new ezcFeed( 'rss2' );
         $feed->addModule( 'ezcFeedModuleDublinCore' );
 
-        $feed->title = "eZ components test";
-        $feed->link = "http://components.ez.no";;
-        $feed->description = "This is a test for the eZ components Feed 
Generator";
+        $feed->title = "eZ Components test";
+        $feed->link = "http://components.ez.no";;
+        $feed->description = "This is a test for the eZ Components Feed 
Generator";
         $feed->author = "[EMAIL PROTECTED] (Derick Rethans)";
         $feed->published = 1148633191;
         $feed->DublinCore->description = "<p>This is a richer 
<i>description</i> supported by dublin code.</p>";


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to