From 3713a9291cfb5d9fad160abd8f4a167693171998 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 5 Jul 2010 03:36:10 -0700 Subject: no need for simplepie test suite --- .../SPtests/rss/0.90/atom/1.0/label.php | 21 --------------------- .../SPtests/rss/0.90/atom/1.0/term.php | 21 --------------------- .../SPtests/rss/0.90/dc/1.0/subject.php | 21 --------------------- .../SPtests/rss/0.90/dc/1.1/subject.php | 21 --------------------- .../SPtests/rss/0.91-netscape/atom/1.0/label.php | 22 ---------------------- .../SPtests/rss/0.91-netscape/atom/1.0/term.php | 22 ---------------------- .../SPtests/rss/0.91-netscape/dc/1.0/subject.php | 22 ---------------------- .../SPtests/rss/0.91-netscape/dc/1.1/subject.php | 22 ---------------------- .../SPtests/rss/0.91-userland/atom/1.0/label.php | 21 --------------------- .../SPtests/rss/0.91-userland/atom/1.0/term.php | 21 --------------------- .../SPtests/rss/0.91-userland/dc/1.0/subject.php | 21 --------------------- .../SPtests/rss/0.91-userland/dc/1.1/subject.php | 21 --------------------- .../SPtests/rss/0.92/atom/1.0/label.php | 21 --------------------- .../SPtests/rss/0.92/atom/1.0/term.php | 21 --------------------- .../SPtests/rss/0.92/dc/1.0/subject.php | 21 --------------------- .../SPtests/rss/0.92/dc/1.1/subject.php | 21 --------------------- .../SPtests/rss/1.0/atom/1.0/label.php | 21 --------------------- .../SPtests/rss/1.0/atom/1.0/term.php | 21 --------------------- .../SPtests/rss/1.0/dc/1.0/subject.php | 21 --------------------- .../SPtests/rss/1.0/dc/1.1/subject.php | 21 --------------------- .../SPtests/rss/2.0/atom/1.0/label.php | 21 --------------------- .../SPtests/rss/2.0/atom/1.0/term.php | 21 --------------------- .../SPtests/rss/2.0/category.php | 21 --------------------- .../SPtests/rss/2.0/dc/1.0/subject.php | 21 --------------------- .../SPtests/rss/2.0/dc/1.1/subject.php | 21 --------------------- 25 files changed, 529 deletions(-) delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.90/atom/1.0/label.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.90/atom/1.0/term.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.90/dc/1.0/subject.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.90/dc/1.1/subject.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/atom/1.0/label.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/atom/1.0/term.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/dc/1.0/subject.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.91-netscape/dc/1.1/subject.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.91-userland/atom/1.0/label.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.91-userland/atom/1.0/term.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.91-userland/dc/1.0/subject.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.91-userland/dc/1.1/subject.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.92/atom/1.0/label.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.92/atom/1.0/term.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.92/dc/1.0/subject.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/0.92/dc/1.1/subject.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/1.0/atom/1.0/label.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/1.0/atom/1.0/term.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/1.0/dc/1.0/subject.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/1.0/dc/1.1/subject.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/2.0/atom/1.0/label.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/2.0/atom/1.0/term.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/2.0/category.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.0/subject.php delete mode 100644 simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.1/subject.php (limited to 'simplepie/test/feed_category_label/SPtests/rss') 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 @@ -data = -' - - - -'; - } - - 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 @@ -data = -' - - - -'; - } - - 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 @@ -data = -' - - Feed Category - -'; - } - - 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 @@ -data = -' - - Feed Category - -'; - } - - 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 @@ -data = -' - - - - -'; - } - - 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 @@ -data = -' - - - - -'; - } - - 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 @@ -data = -' - - - Feed Category - -'; - } - - 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 @@ -data = -' - - - Feed Category - -'; - } - - 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 @@ -data = -' - - - -'; - } - - 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 @@ -data = -' - - - -'; - } - - 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 @@ -data = -' - - Feed Category - -'; - } - - 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 @@ -data = -' - - Feed Category - -'; - } - - 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 @@ -data = -' - - - -'; - } - - 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 @@ -data = -' - - - -'; - } - - 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 @@ -data = -' - - Feed Category - -'; - } - - 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 @@ -data = -' - - Feed Category - -'; - } - - 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 @@ -data = -' - - - -'; - } - - 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 @@ -data = -' - - - -'; - } - - 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 @@ -data = -' - - Feed Category - -'; - } - - 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 @@ -data = -' - - Feed Category - -'; - } - - 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 @@ -data = -' - - - -'; - } - - 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 @@ -data = -' - - - -'; - } - - 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 @@ -data = -' - - Feed Category - -'; - } - - 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 @@ -data = -' - - Feed Category - -'; - } - - 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 @@ -data = -' - - Feed Category - -'; - } - - function expected() - { - $this->expected = 'Feed Category'; - } -} - -?> \ No newline at end of file -- cgit v1.2.3