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_title/SPtests/bugs | |
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_title/SPtests/bugs')
-rw-r--r-- | simplepie/test/feed_title/SPtests/bugs/16.0.php | 23 | ||||
-rw-r--r-- | simplepie/test/feed_title/SPtests/bugs/174.0.php | 20 | ||||
-rw-r--r-- | simplepie/test/feed_title/SPtests/bugs/18.0.php | 24 | ||||
-rw-r--r-- | simplepie/test/feed_title/SPtests/bugs/18.1.php | 24 | ||||
-rw-r--r-- | simplepie/test/feed_title/SPtests/bugs/20.0.php | 19 | ||||
-rw-r--r-- | simplepie/test/feed_title/SPtests/bugs/20.1.php | 19 | ||||
-rw-r--r-- | simplepie/test/feed_title/SPtests/bugs/20.2.php | 19 | ||||
-rw-r--r-- | simplepie/test/feed_title/SPtests/bugs/272.0.php | 19 | ||||
-rw-r--r-- | simplepie/test/feed_title/SPtests/bugs/272.1.php | 19 |
9 files changed, 0 insertions, 186 deletions
diff --git a/simplepie/test/feed_title/SPtests/bugs/16.0.php b/simplepie/test/feed_title/SPtests/bugs/16.0.php deleted file mode 100644 index ab92612ae..000000000 --- a/simplepie/test/feed_title/SPtests/bugs/16.0.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_Feed_Title_Test_Bug_16_Test_0 extends SimplePie_Feed_Title_Test -{ - function data() - { - $this->data = -'<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" -"http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91"> - <channel> - <title>Feed with DOCTYPE</title> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Feed with DOCTYPE'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_title/SPtests/bugs/174.0.php b/simplepie/test/feed_title/SPtests/bugs/174.0.php deleted file mode 100644 index 9625463b7..000000000 --- a/simplepie/test/feed_title/SPtests/bugs/174.0.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php - -class SimplePie_Feed_Title_Test_Bug_174_Test_0 extends SimplePie_Feed_Title_Test -{ - function data() - { - $this->data = -'<?xml version = "1.0" encoding = "UTF-8" ?> -<feed xmlns="http://www.w3.org/2005/Atom"> - <title>Spaces in prolog</title> -</feed>'; - } - - function expected() - { - $this->expected = 'Spaces in prolog'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_title/SPtests/bugs/18.0.php b/simplepie/test/feed_title/SPtests/bugs/18.0.php deleted file mode 100644 index 5f63db252..000000000 --- a/simplepie/test/feed_title/SPtests/bugs/18.0.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_Feed_Title_Test_Bug_18_Test_0 extends SimplePie_Feed_Title_Test -{ - function data() - { - $this->data = -'<rss version="2.0"> - <channel> - <title>Channel title</title> - <image> - <title>Image title</title> - </image> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Channel title'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_title/SPtests/bugs/18.1.php b/simplepie/test/feed_title/SPtests/bugs/18.1.php deleted file mode 100644 index d51c3d3df..000000000 --- a/simplepie/test/feed_title/SPtests/bugs/18.1.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_Feed_Title_Test_Bug_18_Test_1 extends SimplePie_Feed_Title_Test -{ - function data() - { - $this->data = -'<rss version="2.0"> - <channel> - <image> - <title>Image title</title> - </image> - <title>Channel title</title> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Channel title'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_title/SPtests/bugs/20.0.php b/simplepie/test/feed_title/SPtests/bugs/20.0.php deleted file mode 100644 index 4d1c394b5..000000000 --- a/simplepie/test/feed_title/SPtests/bugs/20.0.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -class SimplePie_Feed_Title_Test_Bug_20_Test_0 extends SimplePie_Feed_Title_Test -{ - function data() - { - $this->data = -'<a:feed xmlns:a="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/xhtml"> - <a:title>Non-default namespace</a:title> -</a:feed>'; - } - - function expected() - { - $this->expected = 'Non-default namespace'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_title/SPtests/bugs/20.1.php b/simplepie/test/feed_title/SPtests/bugs/20.1.php deleted file mode 100644 index f46fc622b..000000000 --- a/simplepie/test/feed_title/SPtests/bugs/20.1.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -class SimplePie_Feed_Title_Test_Bug_20_Test_1 extends SimplePie_Feed_Title_Test -{ - function data() - { - $this->data = -'<a:feed xmlns:a="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/xhtml"> - <a:title type="xhtml"><div>Non-default namespace</div></a:title> -</a:feed>'; - } - - function expected() - { - $this->expected = 'Non-default namespace'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_title/SPtests/bugs/20.2.php b/simplepie/test/feed_title/SPtests/bugs/20.2.php deleted file mode 100644 index ed7d75e42..000000000 --- a/simplepie/test/feed_title/SPtests/bugs/20.2.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -class SimplePie_Feed_Title_Test_Bug_20_Test_2 extends SimplePie_Feed_Title_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom" xmlns:h="http://www.w3.org/1999/xhtml"> - <title type="xhtml"><h:div>Non-default namespace</h:div></title> -</feed>'; - } - - function expected() - { - $this->expected = 'Non-default namespace'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_title/SPtests/bugs/272.0.php b/simplepie/test/feed_title/SPtests/bugs/272.0.php deleted file mode 100644 index 5bd731613..000000000 --- a/simplepie/test/feed_title/SPtests/bugs/272.0.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -class SimplePie_Feed_Title_Test_Bug_272_Test_0 extends SimplePie_Feed_Title_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <title>Ampersand: <![CDATA[&]]></title> -</feed>'; - } - - function expected() - { - $this->expected = 'Ampersand: &'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/feed_title/SPtests/bugs/272.1.php b/simplepie/test/feed_title/SPtests/bugs/272.1.php deleted file mode 100644 index 5beda2ded..000000000 --- a/simplepie/test/feed_title/SPtests/bugs/272.1.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -class SimplePie_Feed_Title_Test_Bug_272_Test_1 extends SimplePie_Feed_Title_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <title><![CDATA[&]]>: Ampersand</title> -</feed>'; - } - - function expected() - { - $this->expected = '&: Ampersand'; - } -} - -?>
\ No newline at end of file |