From 9f7ae0e95f89b964a098eaacdfd89ff25e05c615 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 5 Jul 2010 03:34:42 -0700 Subject: Add simplepie --- .../SPtests/rss/0.90/atom/1.0/icon-default.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/atom/1.0/logo-default.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/url-default.php | 21 +++++++++++++++++++ .../rss/0.91-netscape/atom/1.0/icon-default.php | 22 ++++++++++++++++++++ .../rss/0.91-netscape/atom/1.0/logo-default.php | 22 ++++++++++++++++++++ .../SPtests/rss/0.91-netscape/url-default.php | 24 ++++++++++++++++++++++ .../SPtests/rss/0.91-netscape/width.php | 24 ++++++++++++++++++++++ .../rss/0.91-userland/atom/1.0/icon-default.php | 21 +++++++++++++++++++ .../rss/0.91-userland/atom/1.0/logo-default.php | 21 +++++++++++++++++++ .../SPtests/rss/0.91-userland/url-default.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/width.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/atom/1.0/icon-default.php | 21 +++++++++++++++++++ .../SPtests/rss/0.92/atom/1.0/logo-default.php | 21 +++++++++++++++++++ .../SPtests/rss/0.92/url-default.php | 23 +++++++++++++++++++++ .../feed_image_width/SPtests/rss/0.92/width.php | 23 +++++++++++++++++++++ .../SPtests/rss/1.0/atom/1.0/icon-default.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/atom/1.0/logo-default.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/url-default.php | 21 +++++++++++++++++++ .../SPtests/rss/2.0/atom/1.0/icon-default.php | 21 +++++++++++++++++++ .../SPtests/rss/2.0/atom/1.0/logo-default.php | 21 +++++++++++++++++++ .../SPtests/rss/2.0/url-default.php | 23 +++++++++++++++++++++ .../feed_image_width/SPtests/rss/2.0/width.php | 23 +++++++++++++++++++++ 22 files changed, 482 insertions(+) create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.90/atom/1.0/icon-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.90/atom/1.0/logo-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.90/url-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/atom/1.0/icon-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/atom/1.0/logo-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/url-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/width.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.91-userland/atom/1.0/icon-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.91-userland/atom/1.0/logo-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.91-userland/url-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.91-userland/width.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/icon-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/logo-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.92/url-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/0.92/width.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/1.0/atom/1.0/icon-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/1.0/atom/1.0/logo-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/1.0/url-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/2.0/atom/1.0/icon-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/2.0/atom/1.0/logo-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/2.0/url-default.php create mode 100644 simplepie/test/feed_image_width/SPtests/rss/2.0/width.php (limited to 'simplepie/test/feed_image_width/SPtests/rss') diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.90/atom/1.0/icon-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.90/atom/1.0/icon-default.php new file mode 100644 index 000000000..efa0f5ae1 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.90/atom/1.0/icon-default.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.90/atom/1.0/logo-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.90/atom/1.0/logo-default.php new file mode 100644 index 000000000..c9e93afcb --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.90/atom/1.0/logo-default.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.90/url-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.90/url-default.php new file mode 100644 index 000000000..075fa6d6e --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.90/url-default.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/atom/1.0/icon-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/atom/1.0/icon-default.php new file mode 100644 index 000000000..e60f59265 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/atom/1.0/icon-default.php @@ -0,0 +1,22 @@ +data = +' + + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/atom/1.0/logo-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/atom/1.0/logo-default.php new file mode 100644 index 000000000..7abbe210e --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/atom/1.0/logo-default.php @@ -0,0 +1,22 @@ +data = +' + + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/url-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/url-default.php new file mode 100644 index 000000000..4849fcdfc --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/url-default.php @@ -0,0 +1,24 @@ +data = +' + + + + http://example.com/ + + +'; + } + + function expected() + { + $this->expected = 88.0; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/width.php b/simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/width.php new file mode 100644 index 000000000..608147fda --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.91-netscape/width.php @@ -0,0 +1,24 @@ +data = +' + + + + 100 + + +'; + } + + function expected() + { + $this->expected = 100.0; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.91-userland/atom/1.0/icon-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.91-userland/atom/1.0/icon-default.php new file mode 100644 index 000000000..351b8d831 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.91-userland/atom/1.0/icon-default.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.91-userland/atom/1.0/logo-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.91-userland/atom/1.0/logo-default.php new file mode 100644 index 000000000..7b35b750a --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.91-userland/atom/1.0/logo-default.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.91-userland/url-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.91-userland/url-default.php new file mode 100644 index 000000000..49010e074 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.91-userland/url-default.php @@ -0,0 +1,23 @@ +data = +' + + + http://example.com/ + + +'; + } + + function expected() + { + $this->expected = 88.0; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.91-userland/width.php b/simplepie/test/feed_image_width/SPtests/rss/0.91-userland/width.php new file mode 100644 index 000000000..84749ffd7 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.91-userland/width.php @@ -0,0 +1,23 @@ +data = +' + + + 100 + + +'; + } + + function expected() + { + $this->expected = 100.0; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/icon-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/icon-default.php new file mode 100644 index 000000000..ddbbb4e94 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/icon-default.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/logo-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/logo-default.php new file mode 100644 index 000000000..b30d364f3 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/logo-default.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.92/url-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.92/url-default.php new file mode 100644 index 000000000..c0b17b562 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.92/url-default.php @@ -0,0 +1,23 @@ +data = +' + + + http://example.com/ + + +'; + } + + function expected() + { + $this->expected = 88.0; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.92/width.php b/simplepie/test/feed_image_width/SPtests/rss/0.92/width.php new file mode 100644 index 000000000..6bf6f45d5 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/0.92/width.php @@ -0,0 +1,23 @@ +data = +' + + + 100 + + +'; + } + + function expected() + { + $this->expected = 100.0; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/1.0/atom/1.0/icon-default.php b/simplepie/test/feed_image_width/SPtests/rss/1.0/atom/1.0/icon-default.php new file mode 100644 index 000000000..39571a476 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/1.0/atom/1.0/icon-default.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/1.0/atom/1.0/logo-default.php b/simplepie/test/feed_image_width/SPtests/rss/1.0/atom/1.0/logo-default.php new file mode 100644 index 000000000..cdb34bd22 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/1.0/atom/1.0/logo-default.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/1.0/url-default.php b/simplepie/test/feed_image_width/SPtests/rss/1.0/url-default.php new file mode 100644 index 000000000..4ad0bf41e --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/1.0/url-default.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/2.0/atom/1.0/icon-default.php b/simplepie/test/feed_image_width/SPtests/rss/2.0/atom/1.0/icon-default.php new file mode 100644 index 000000000..152c32418 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/2.0/atom/1.0/icon-default.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/2.0/atom/1.0/logo-default.php b/simplepie/test/feed_image_width/SPtests/rss/2.0/atom/1.0/logo-default.php new file mode 100644 index 000000000..112985a68 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/2.0/atom/1.0/logo-default.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/2.0/url-default.php b/simplepie/test/feed_image_width/SPtests/rss/2.0/url-default.php new file mode 100644 index 000000000..bc9bf7da9 --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/2.0/url-default.php @@ -0,0 +1,23 @@ +data = +' + + + http://example.com/ + + +'; + } + + function expected() + { + $this->expected = 88.0; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/feed_image_width/SPtests/rss/2.0/width.php b/simplepie/test/feed_image_width/SPtests/rss/2.0/width.php new file mode 100644 index 000000000..3572f9a8b --- /dev/null +++ b/simplepie/test/feed_image_width/SPtests/rss/2.0/width.php @@ -0,0 +1,23 @@ +data = +' + + + 100 + + +'; + } + + function expected() + { + $this->expected = 100.0; + } +} + +?> \ No newline at end of file -- cgit v1.2.3