diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-05 03:36:10 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-05 03:36:10 -0700 |
commit | 3713a9291cfb5d9fad160abd8f4a167693171998 (patch) | |
tree | 3c17af9f4d13ae97209db48cd4ab614a500b6605 /simplepie/test/first_item_permalink/SPtests/rss | |
parent | 9f7ae0e95f89b964a098eaacdfd89ff25e05c615 (diff) | |
download | volse-hubzilla-3713a9291cfb5d9fad160abd8f4a167693171998.tar.gz volse-hubzilla-3713a9291cfb5d9fad160abd8f4a167693171998.tar.bz2 volse-hubzilla-3713a9291cfb5d9fad160abd8f4a167693171998.zip |
no need for simplepie test suite
Diffstat (limited to 'simplepie/test/first_item_permalink/SPtests/rss')
21 files changed, 0 insertions, 474 deletions
diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.90/atom/0.3/link.php b/simplepie/test/first_item_permalink/SPtests/rss/0.90/atom/0.3/link.php deleted file mode 100644 index fa52293bf..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.90/atom/0.3/link.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_090_Atom_03_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/" xmlns:a="http://purl.org/atom/ns#"> - <item> - <a:link href="http://example.com/"/> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.90/atom/1.0/link.php b/simplepie/test/first_item_permalink/SPtests/rss/0.90/atom/1.0/link.php deleted file mode 100644 index c5df9496b..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.90/atom/1.0/link.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_090_Atom_10_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/" xmlns:a="http://www.w3.org/2005/Atom"> - <item> - <a:link href="http://example.com/"/> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.90/link.php b/simplepie/test/first_item_permalink/SPtests/rss/0.90/link.php deleted file mode 100644 index 72f585e4d..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.90/link.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_090_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/"> - <item> - <link>http://example.com/</link> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.91-netscape/atom/0.3/link.php b/simplepie/test/first_item_permalink/SPtests/rss/0.91-netscape/atom/0.3/link.php deleted file mode 100644 index 0b7881ee8..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.91-netscape/atom/0.3/link.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_091_Netscape_Atom_03_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91" xmlns:a="http://purl.org/atom/ns#"> - <channel> - <item> - <a:link href="http://example.com/"/> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.91-netscape/atom/1.0/link.php b/simplepie/test/first_item_permalink/SPtests/rss/0.91-netscape/atom/1.0/link.php deleted file mode 100644 index 11bb1e8a2..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.91-netscape/atom/1.0/link.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_091_Netscape_Atom_10_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <item> - <a:link href="http://example.com/"/> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.91-netscape/link.php b/simplepie/test/first_item_permalink/SPtests/rss/0.91-netscape/link.php deleted file mode 100644 index 5e5d36bca..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.91-netscape/link.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_091_Netscape_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91"> - <channel> - <item> - <link>http://example.com/</link> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/0.91-userland.php b/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/0.91-userland.php deleted file mode 100644 index a559dade2..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/0.91-userland.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_091_Userland_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="0.91"> - <channel> - <item> - <link>http://example.com/</link> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/atom0.3-enclosure.php b/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/atom0.3-enclosure.php deleted file mode 100644 index 4a95c94d3..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/atom0.3-enclosure.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_091_Userland_Atom_03_Link_Enclosure extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:a="http://purl.org/atom/ns#"> - <channel> - <item> - <a:link href="http://example.com/" rel="enclosure"/> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/atom0.3.php b/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/atom0.3.php deleted file mode 100644 index be336dd2e..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/atom0.3.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_091_Userland_Atom_03_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:a="http://purl.org/atom/ns#"> - <channel> - <item> - <a:link href="http://example.com/"/> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/atom1.0-enclosure.php b/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/atom1.0-enclosure.php deleted file mode 100644 index 21dd730d2..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/atom1.0-enclosure.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_091_Userland_Atom_10_Link_Enclosure extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <item> - <a:link href="http://example.com/" rel="enclosure"/> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/atom1.0.php b/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/atom1.0.php deleted file mode 100644 index 61c07f3f1..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.91-userland/atom1.0.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_091_Userland_Atom_10_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <item> - <a:link href="http://example.com/"/> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.92/atom/0.3/link.php b/simplepie/test/first_item_permalink/SPtests/rss/0.92/atom/0.3/link.php deleted file mode 100644 index dbf60a01b..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.92/atom/0.3/link.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_092_Atom_03_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="0.92" xmlns:a="http://purl.org/atom/ns#"> - <channel> - <item> - <a:link href="http://example.com/"/> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.92/atom/1.0/link.php b/simplepie/test/first_item_permalink/SPtests/rss/0.92/atom/1.0/link.php deleted file mode 100644 index a289f29ac..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.92/atom/1.0/link.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_092_Atom_10_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="0.92" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <item> - <a:link href="http://example.com/"/> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/0.92/link.php b/simplepie/test/first_item_permalink/SPtests/rss/0.92/link.php deleted file mode 100644 index b3ca8fd34..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/0.92/link.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_092_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="0.92"> - <channel> - <item> - <link>http://example.com/</link> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/1.0/atom/0.3/link.php b/simplepie/test/first_item_permalink/SPtests/rss/1.0/atom/0.3/link.php deleted file mode 100644 index 9149aa8d8..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/1.0/atom/0.3/link.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_10_Atom_03_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:a="http://purl.org/atom/ns#"> - <item> - <a:link href="http://example.com/"/> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/1.0/atom/1.0/link.php b/simplepie/test/first_item_permalink/SPtests/rss/1.0/atom/1.0/link.php deleted file mode 100644 index 7d64ed73c..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/1.0/atom/1.0/link.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_10_Atom_10_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:a="http://www.w3.org/2005/Atom"> - <item> - <a:link href="http://example.com/"/> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/1.0/link.php b/simplepie/test/first_item_permalink/SPtests/rss/1.0/link.php deleted file mode 100644 index 2eb4b4fc0..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/1.0/link.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_10_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/"> - <item> - <link>http://example.com/</link> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/2.0/atom/0.3/link.php b/simplepie/test/first_item_permalink/SPtests/rss/2.0/atom/0.3/link.php deleted file mode 100644 index 881212b2a..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/2.0/atom/0.3/link.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_20_Atom_03_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="2.0" xmlns:a="http://purl.org/atom/ns#"> - <channel> - <item> - <a:link href="http://example.com/"/> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/2.0/atom/1.0/link.php b/simplepie/test/first_item_permalink/SPtests/rss/2.0/atom/1.0/link.php deleted file mode 100644 index 224636dff..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/2.0/atom/1.0/link.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_20_Atom_10_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="2.0" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <item> - <a:link href="http://example.com/"/> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/2.0/enclosure.php b/simplepie/test/first_item_permalink/SPtests/rss/2.0/enclosure.php deleted file mode 100644 index b58d06c05..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/2.0/enclosure.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_20_Enclosure extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="2.0"> - <channel> - <item> - <enclosure url="http://example.com/" length="1" type="text/html"/> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_permalink/SPtests/rss/2.0/link.php b/simplepie/test/first_item_permalink/SPtests/rss/2.0/link.php deleted file mode 100644 index 54734d94b..000000000 --- a/simplepie/test/first_item_permalink/SPtests/rss/2.0/link.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_RSS_20_Link extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="2.0"> - <channel> - <item> - <link>http://example.com/</link> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file |