aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/feed_category_label/SPtests/rss
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-05 03:36:10 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-05 03:36:10 -0700
commit3713a9291cfb5d9fad160abd8f4a167693171998 (patch)
tree3c17af9f4d13ae97209db48cd4ab614a500b6605 /simplepie/test/feed_category_label/SPtests/rss
parent9f7ae0e95f89b964a098eaacdfd89ff25e05c615 (diff)
downloadvolse-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/SPtests/rss')
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.90/atom/1.0/label.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.90/atom/1.0/term.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.90/dc/1.0/subject.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.90/dc/1.1/subject.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/atom/1.0/label.php22
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/atom/1.0/term.php22
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/dc/1.0/subject.php22
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/dc/1.1/subject.php22
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.91-userland/atom/1.0/label.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.91-userland/atom/1.0/term.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.91-userland/dc/1.0/subject.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.91-userland/dc/1.1/subject.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.92/atom/1.0/label.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.92/atom/1.0/term.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.92/dc/1.0/subject.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/0.92/dc/1.1/subject.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/1.0/atom/1.0/label.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/1.0/atom/1.0/term.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/1.0/dc/1.0/subject.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/1.0/dc/1.1/subject.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/2.0/atom/1.0/label.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/2.0/atom/1.0/term.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/2.0/category.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.0/subject.php21
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.1/subject.php21
25 files changed, 0 insertions, 529 deletions
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