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/feed_category_label | |
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/feed_category_label')
32 files changed, 0 insertions, 662 deletions
diff --git a/simplepie/test/feed_category_label/SPtests/atom/0.3/dc/1.0/subject.php b/simplepie/test/feed_category_label/SPtests/atom/0.3/dc/1.0/subject.php deleted file mode 100644 index 735222265..000000000 --- a/simplepie/test/feed_category_label/SPtests/atom/0.3/dc/1.0/subject.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_Atom_03_DC_10_Subject extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.0/"> - <dc:subject>Feed Category</dc:subject> -</feed>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/atom/0.3/dc/1.1/subject.php b/simplepie/test/feed_category_label/SPtests/atom/0.3/dc/1.1/subject.php deleted file mode 100644 index 81c0fc3d5..000000000 --- a/simplepie/test/feed_category_label/SPtests/atom/0.3/dc/1.1/subject.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_Atom_03_DC_11_Subject extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <dc:subject>Feed Category</dc:subject> -</feed>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/atom/1.0/dc/1.0/subject.php b/simplepie/test/feed_category_label/SPtests/atom/1.0/dc/1.0/subject.php deleted file mode 100644 index ffe2eb68d..000000000 --- a/simplepie/test/feed_category_label/SPtests/atom/1.0/dc/1.0/subject.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_Atom_10_DC_10_Subject extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.0/"> - <dc:subject>Feed Category</dc:subject> -</feed>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/atom/1.0/dc/1.1/subject.php b/simplepie/test/feed_category_label/SPtests/atom/1.0/dc/1.1/subject.php deleted file mode 100644 index 89fd41849..000000000 --- a/simplepie/test/feed_category_label/SPtests/atom/1.0/dc/1.1/subject.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_Atom_10_DC_11_Subject extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <dc:subject>Feed Category</dc:subject> -</feed>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/atom/1.0/label.php b/simplepie/test/feed_category_label/SPtests/atom/1.0/label.php deleted file mode 100644 index eacf3706f..000000000 --- a/simplepie/test/feed_category_label/SPtests/atom/1.0/label.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_Atom_10_Category_Label extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <category label="Feed Category"/> -</feed>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/atom/1.0/term.php b/simplepie/test/feed_category_label/SPtests/atom/1.0/term.php deleted file mode 100644 index d387f69d4..000000000 --- a/simplepie/test/feed_category_label/SPtests/atom/1.0/term.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_Atom_10_Category_Term extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <category term="Feed Category"/> -</feed>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/bugs/21.0.php b/simplepie/test/feed_category_label/SPtests/bugs/21.0.php deleted file mode 100644 index 1091385d4..000000000 --- a/simplepie/test/feed_category_label/SPtests/bugs/21.0.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_Bug_21_Test_0 extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <category term="Example category"/> -</feed>'; - } - - function expected() - { - $this->expected = 'Example category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.90/atom/1.0/label.php b/simplepie/test/feed_category_label/SPtests/rss/0.90/atom/1.0/label.php deleted file mode 100644 index 2b91b3916..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.90/atom/1.0/label.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_090_Atom_10_Category_Label extends SimplePie_Feed_Category_Label_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"> - <channel> - <a:category label="Feed Category"/> - </channel> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.90/atom/1.0/term.php b/simplepie/test/feed_category_label/SPtests/rss/0.90/atom/1.0/term.php deleted file mode 100644 index cc797910c..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.90/atom/1.0/term.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_090_Atom_10_Category_Term extends SimplePie_Feed_Category_Label_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"> - <channel> - <a:category term="Feed Category"/> - </channel> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.90/dc/1.0/subject.php b/simplepie/test/feed_category_label/SPtests/rss/0.90/dc/1.0/subject.php deleted file mode 100644 index 92b50d29e..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.90/dc/1.0/subject.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_090_DC_10_Subject extends SimplePie_Feed_Category_Label_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:dc="http://purl.org/dc/elements/1.0/"> - <channel> - <dc:subject>Feed Category</dc:subject> - </channel> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.90/dc/1.1/subject.php b/simplepie/test/feed_category_label/SPtests/rss/0.90/dc/1.1/subject.php deleted file mode 100644 index e75f4b8bc..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.90/dc/1.1/subject.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_090_DC_11_Subject extends SimplePie_Feed_Category_Label_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:dc="http://purl.org/dc/elements/1.1/"> - <channel> - <dc:subject>Feed Category</dc:subject> - </channel> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/atom/1.0/label.php b/simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/atom/1.0/label.php deleted file mode 100644 index 0570fa8b7..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/atom/1.0/label.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_091_Netscape_Atom_10_Category_Label extends SimplePie_Feed_Category_Label_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> - <a:category label="Feed Category"/> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/atom/1.0/term.php b/simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/atom/1.0/term.php deleted file mode 100644 index 51ce0f0dd..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/atom/1.0/term.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_091_Netscape_Atom_10_Category_Term extends SimplePie_Feed_Category_Label_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> - <a:category term="Feed Category"/> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/dc/1.0/subject.php b/simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/dc/1.0/subject.php deleted file mode 100644 index dde6bea49..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/dc/1.0/subject.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_091_Netscape_DC_10_Subject extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.0/"> - <channel> - <dc:subject>Feed Category</dc:subject> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/dc/1.1/subject.php b/simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/dc/1.1/subject.php deleted file mode 100644 index 6678e1dd6..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/dc/1.1/subject.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_091_Netscape_DC_11_Subject extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <channel> - <dc:subject>Feed Category</dc:subject> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.91-userland/atom/1.0/label.php b/simplepie/test/feed_category_label/SPtests/rss/0.91-userland/atom/1.0/label.php deleted file mode 100644 index e144ba952..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.91-userland/atom/1.0/label.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_091_Userland_Atom_10_Category_Label extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <a:category label="Feed Category"/> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.91-userland/atom/1.0/term.php b/simplepie/test/feed_category_label/SPtests/rss/0.91-userland/atom/1.0/term.php deleted file mode 100644 index 034502990..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.91-userland/atom/1.0/term.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_091_Userland_Atom_10_Category_Term extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <a:category term="Feed Category"/> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.91-userland/dc/1.0/subject.php b/simplepie/test/feed_category_label/SPtests/rss/0.91-userland/dc/1.0/subject.php deleted file mode 100644 index 30be08cb1..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.91-userland/dc/1.0/subject.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_091_Userland_DC_10_Subject extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.0/"> - <channel> - <dc:subject>Feed Category</dc:subject> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.91-userland/dc/1.1/subject.php b/simplepie/test/feed_category_label/SPtests/rss/0.91-userland/dc/1.1/subject.php deleted file mode 100644 index 2f3e7b9ce..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.91-userland/dc/1.1/subject.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_091_Userland_DC_11_Subject extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <channel> - <dc:subject>Feed Category</dc:subject> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.92/atom/1.0/label.php b/simplepie/test/feed_category_label/SPtests/rss/0.92/atom/1.0/label.php deleted file mode 100644 index 38af20b99..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.92/atom/1.0/label.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_092_Atom_10_Category_Label extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="0.92" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <a:category label="Feed Category"/> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.92/atom/1.0/term.php b/simplepie/test/feed_category_label/SPtests/rss/0.92/atom/1.0/term.php deleted file mode 100644 index 2539a6d7b..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.92/atom/1.0/term.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_092_Atom_10_Category_Term extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="0.92" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <a:category term="Feed Category"/> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.92/dc/1.0/subject.php b/simplepie/test/feed_category_label/SPtests/rss/0.92/dc/1.0/subject.php deleted file mode 100644 index 0decfee44..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.92/dc/1.0/subject.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_092_DC_10_Subject extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="0.92" xmlns:dc="http://purl.org/dc/elements/1.0/"> - <channel> - <dc:subject>Feed Category</dc:subject> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/0.92/dc/1.1/subject.php b/simplepie/test/feed_category_label/SPtests/rss/0.92/dc/1.1/subject.php deleted file mode 100644 index 1108b4fa8..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/0.92/dc/1.1/subject.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_092_DC_11_Subject extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="0.92" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <channel> - <dc:subject>Feed Category</dc:subject> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/1.0/atom/1.0/label.php b/simplepie/test/feed_category_label/SPtests/rss/1.0/atom/1.0/label.php deleted file mode 100644 index 6c171bd03..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/1.0/atom/1.0/label.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_10_Atom_10_Category_Label extends SimplePie_Feed_Category_Label_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"> - <channel> - <a:category label="Feed Category"/> - </channel> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/1.0/atom/1.0/term.php b/simplepie/test/feed_category_label/SPtests/rss/1.0/atom/1.0/term.php deleted file mode 100644 index 78923a5e6..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/1.0/atom/1.0/term.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_10_Atom_10_Category_Term extends SimplePie_Feed_Category_Label_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"> - <channel> - <a:category term="Feed Category"/> - </channel> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/1.0/dc/1.0/subject.php b/simplepie/test/feed_category_label/SPtests/rss/1.0/dc/1.0/subject.php deleted file mode 100644 index 169e56027..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/1.0/dc/1.0/subject.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_10_DC_10_Subject extends SimplePie_Feed_Category_Label_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:dc="http://purl.org/dc/elements/1.0/"> - <channel> - <dc:subject>Feed Category</dc:subject> - </channel> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/1.0/dc/1.1/subject.php b/simplepie/test/feed_category_label/SPtests/rss/1.0/dc/1.1/subject.php deleted file mode 100644 index 845b8d6c9..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/1.0/dc/1.1/subject.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_10_DC_11_Subject extends SimplePie_Feed_Category_Label_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:dc="http://purl.org/dc/elements/1.1/"> - <channel> - <dc:subject>Feed Category</dc:subject> - </channel> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/2.0/atom/1.0/label.php b/simplepie/test/feed_category_label/SPtests/rss/2.0/atom/1.0/label.php deleted file mode 100644 index 24b8d6555..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/2.0/atom/1.0/label.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_20_Atom_10_Category_Label extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="2.0" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <a:category label="Feed Category"/> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/2.0/atom/1.0/term.php b/simplepie/test/feed_category_label/SPtests/rss/2.0/atom/1.0/term.php deleted file mode 100644 index 99e166c73..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/2.0/atom/1.0/term.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_20_Atom_10_Category_Term extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="2.0" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <a:category term="Feed Category"/> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/2.0/category.php b/simplepie/test/feed_category_label/SPtests/rss/2.0/category.php deleted file mode 100644 index 5bd28af3a..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/2.0/category.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_20_Category extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="2.0"> - <channel> - <category>Feed Category</category> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.0/subject.php b/simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.0/subject.php deleted file mode 100644 index b13e9f5cb..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.0/subject.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_20_DC_10_Subject extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.0/"> - <channel> - <dc:subject>Feed Category</dc:subject> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.1/subject.php b/simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.1/subject.php deleted file mode 100644 index edaee1a07..000000000 --- a/simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.1/subject.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Category_Label_Test_RSS_20_DC_11_Subject extends SimplePie_Feed_Category_Label_Test -{ - function data() - { - $this->data = -'<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <channel> - <dc:subject>Feed Category</dc:subject> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?>
\ No newline at end of file |