aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/feed_copyright/SPtests/rss
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/feed_copyright/SPtests/rss')
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.90/atom/1.0/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.90/dc/1.0/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.90/dc/1.1/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/atom/1.0/rights.php22
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/copyright.php22
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/dc/1.0/rights.php22
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/dc/1.1/rights.php22
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.91-userland/atom/1.0/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.91-userland/copyright.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.91-userland/dc/1.0/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.91-userland/dc/1.1/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.92/atom/1.0/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.0/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.1/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/1.0/atom/1.0/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/1.0/dc/1.0/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/1.0/dc/1.1/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/2.0/atom/1.0/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/2.0/copyright.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/2.0/dc/1.0/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/2.0/dc/1.1/rights.php21
22 files changed, 0 insertions, 466 deletions
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.90/atom/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.90/atom/1.0/rights.php
deleted file mode 100644
index c45fb268c..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.90/atom/1.0/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_090_Atom_10_Rights extends SimplePie_Feed_Copyright_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:rights>Example Copyright Information</a:rights>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.90/dc/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.90/dc/1.0/rights.php
deleted file mode 100644
index b5b5df1a3..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.90/dc/1.0/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_090_DC_10_Rights extends SimplePie_Feed_Copyright_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:rights>Example Copyright Information</dc:rights>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.90/dc/1.1/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.90/dc/1.1/rights.php
deleted file mode 100644
index 528d5b56d..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.90/dc/1.1/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_090_DC_11_Rights extends SimplePie_Feed_Copyright_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:rights>Example Copyright Information</dc:rights>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/atom/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/atom/1.0/rights.php
deleted file mode 100644
index 718aa8862..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/atom/1.0/rights.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_091_Netscape_Atom_10_Rights extends SimplePie_Feed_Copyright_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:rights>Example Copyright Information</a:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/copyright.php b/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/copyright.php
deleted file mode 100644
index cceec1f2d..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/copyright.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_091_Netscape_Copyright extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91">
- <channel>
- <copyright>Example Copyright Information</copyright>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/dc/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/dc/1.0/rights.php
deleted file mode 100644
index 7422cde33..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/dc/1.0/rights.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_091_Netscape_DC_10_Rights extends SimplePie_Feed_Copyright_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:rights>Example Copyright Information</dc:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/dc/1.1/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/dc/1.1/rights.php
deleted file mode 100644
index 5506ee84f..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/dc/1.1/rights.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_091_Netscape_DC_11_Rights extends SimplePie_Feed_Copyright_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:rights>Example Copyright Information</dc:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/atom/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/atom/1.0/rights.php
deleted file mode 100644
index 32a1efa80..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/atom/1.0/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_091_Userland_Atom_10_Rights extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <a:rights>Example Copyright Information</a:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/copyright.php b/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/copyright.php
deleted file mode 100644
index 2da3ceb0b..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/copyright.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_091_Userland_Copyright extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91">
- <channel>
- <copyright>Example Copyright Information</copyright>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/dc/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/dc/1.0/rights.php
deleted file mode 100644
index 44daa979e..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/dc/1.0/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_091_Userland_DC_10_Rights extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <dc:rights>Example Copyright Information</dc:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/dc/1.1/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/dc/1.1/rights.php
deleted file mode 100644
index aaa13264b..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/dc/1.1/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_091_Userland_DC_11_Rights extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <dc:rights>Example Copyright Information</dc:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.92/atom/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.92/atom/1.0/rights.php
deleted file mode 100644
index 8b70888ea..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.92/atom/1.0/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_092_Atom_10_Rights extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <a:rights>Example Copyright Information</a:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php b/simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php
deleted file mode 100644
index f364e7b3c..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_092_Copyright extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92">
- <channel>
- <copyright>Example Copyright Information</copyright>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.0/rights.php
deleted file mode 100644
index 68a8a5c9a..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.0/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_092_DC_10_Rights extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <dc:rights>Example Copyright Information</dc:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.1/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.1/rights.php
deleted file mode 100644
index 6607d1674..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.1/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_092_DC_11_Rights extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <dc:rights>Example Copyright Information</dc:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/1.0/atom/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/1.0/atom/1.0/rights.php
deleted file mode 100644
index 4f8a2f343..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/1.0/atom/1.0/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_10_Atom_10_Rights extends SimplePie_Feed_Copyright_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:rights>Example Copyright Information</a:rights>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/1.0/dc/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/1.0/dc/1.0/rights.php
deleted file mode 100644
index efa34b39b..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/1.0/dc/1.0/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_10_DC_10_Rights extends SimplePie_Feed_Copyright_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:rights>Example Copyright Information</dc:rights>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/1.0/dc/1.1/rights.php b/simplepie/test/feed_copyright/SPtests/rss/1.0/dc/1.1/rights.php
deleted file mode 100644
index 803f5e024..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/1.0/dc/1.1/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_10_DC_11_Rights extends SimplePie_Feed_Copyright_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:rights>Example Copyright Information</dc:rights>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/2.0/atom/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/2.0/atom/1.0/rights.php
deleted file mode 100644
index cd2e63764..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/2.0/atom/1.0/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_20_Atom_10_Rights extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <a:rights>Example Copyright Information</a:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/2.0/copyright.php b/simplepie/test/feed_copyright/SPtests/rss/2.0/copyright.php
deleted file mode 100644
index 273424bf4..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/2.0/copyright.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_20_Copyright extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0">
- <channel>
- <copyright>Example Copyright Information</copyright>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/2.0/dc/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/2.0/dc/1.0/rights.php
deleted file mode 100644
index e866e6708..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/2.0/dc/1.0/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_20_DC_10_Rights extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <dc:rights>Example Copyright Information</dc:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/2.0/dc/1.1/rights.php b/simplepie/test/feed_copyright/SPtests/rss/2.0/dc/1.1/rights.php
deleted file mode 100644
index 9c251592c..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/2.0/dc/1.1/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_20_DC_11_Rights extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <dc:rights>Example Copyright Information</dc:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file