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/atom/0.3/content.php | 21 +++++++++++++++++++ .../SPtests/atom/0.3/dc/1.0/description.php | 21 +++++++++++++++++++ .../SPtests/atom/0.3/dc/1.1/description.php | 21 +++++++++++++++++++ .../SPtests/atom/0.3/summary.php | 21 +++++++++++++++++++ .../SPtests/atom/1.0/content.php | 21 +++++++++++++++++++ .../SPtests/atom/1.0/dc/1.0/description.php | 21 +++++++++++++++++++ .../SPtests/atom/1.0/dc/1.1/description.php | 21 +++++++++++++++++++ .../SPtests/atom/1.0/summary.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/atom/0.3/content.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/atom/0.3/summary.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/atom/1.0/content.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/atom/1.0/summary.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/dc/1.0/description.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/dc/1.1/description.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/description.php | 21 +++++++++++++++++++ .../SPtests/rss/0.91-netscape/atom/0.3/content.php | 24 ++++++++++++++++++++++ .../SPtests/rss/0.91-netscape/atom/0.3/summary.php | 24 ++++++++++++++++++++++ .../SPtests/rss/0.91-netscape/atom/1.0/content.php | 24 ++++++++++++++++++++++ .../SPtests/rss/0.91-netscape/atom/1.0/summary.php | 24 ++++++++++++++++++++++ .../rss/0.91-netscape/dc/1.0/description.php | 24 ++++++++++++++++++++++ .../rss/0.91-netscape/dc/1.1/description.php | 24 ++++++++++++++++++++++ .../SPtests/rss/0.91-netscape/description.php | 24 ++++++++++++++++++++++ .../SPtests/rss/0.91-userland/atom/0.3/content.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/atom/0.3/summary.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/atom/1.0/content.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/atom/1.0/summary.php | 23 +++++++++++++++++++++ .../rss/0.91-userland/dc/1.0/description.php | 23 +++++++++++++++++++++ .../rss/0.91-userland/dc/1.1/description.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/description.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/atom/0.3/content.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/atom/0.3/summary.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/atom/1.0/content.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/atom/1.0/summary.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/dc/1.0/description.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/dc/1.1/description.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/description.php | 23 +++++++++++++++++++++ .../SPtests/rss/1.0/atom/0.3/content.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/atom/0.3/summary.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/atom/1.0/content.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/atom/1.0/summary.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/dc/1.0/description.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/dc/1.1/description.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/description.php | 21 +++++++++++++++++++ .../SPtests/rss/2.0/atom/0.3/content.php | 23 +++++++++++++++++++++ .../SPtests/rss/2.0/atom/0.3/summary.php | 23 +++++++++++++++++++++ .../SPtests/rss/2.0/atom/1.0/content.php | 23 +++++++++++++++++++++ .../SPtests/rss/2.0/atom/1.0/summary.php | 23 +++++++++++++++++++++ .../SPtests/rss/2.0/dc/1.0/description.php | 23 +++++++++++++++++++++ .../SPtests/rss/2.0/dc/1.1/description.php | 23 +++++++++++++++++++++ .../SPtests/rss/2.0/description.php | 23 +++++++++++++++++++++ 50 files changed, 1113 insertions(+) create mode 100644 simplepie/test/first_item_description/SPtests/atom/0.3/content.php create mode 100644 simplepie/test/first_item_description/SPtests/atom/0.3/dc/1.0/description.php create mode 100644 simplepie/test/first_item_description/SPtests/atom/0.3/dc/1.1/description.php create mode 100644 simplepie/test/first_item_description/SPtests/atom/0.3/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/atom/1.0/content.php create mode 100644 simplepie/test/first_item_description/SPtests/atom/1.0/dc/1.0/description.php create mode 100644 simplepie/test/first_item_description/SPtests/atom/1.0/dc/1.1/description.php create mode 100644 simplepie/test/first_item_description/SPtests/atom/1.0/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.90/atom/0.3/content.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.90/atom/0.3/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/content.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.90/dc/1.0/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.90/dc/1.1/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.90/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/0.3/content.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/0.3/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/1.0/content.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/1.0/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-netscape/dc/1.0/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-netscape/dc/1.1/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-netscape/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/0.3/content.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/0.3/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/1.0/content.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/1.0/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-userland/dc/1.0/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-userland/dc/1.1/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.91-userland/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.92/atom/0.3/content.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.92/atom/0.3/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.92/atom/1.0/content.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.92/atom/1.0/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.92/dc/1.0/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.92/dc/1.1/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.92/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/1.0/atom/0.3/content.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/1.0/atom/0.3/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/1.0/atom/1.0/content.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/1.0/atom/1.0/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/1.0/dc/1.0/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/1.0/dc/1.1/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/1.0/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/2.0/atom/0.3/content.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/2.0/atom/0.3/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/2.0/atom/1.0/content.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/2.0/atom/1.0/summary.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/2.0/dc/1.0/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/2.0/dc/1.1/description.php create mode 100644 simplepie/test/first_item_description/SPtests/rss/2.0/description.php (limited to 'simplepie/test/first_item_description') diff --git a/simplepie/test/first_item_description/SPtests/atom/0.3/content.php b/simplepie/test/first_item_description/SPtests/atom/0.3/content.php new file mode 100644 index 000000000..9ac11e32a --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/atom/0.3/content.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/atom/0.3/dc/1.0/description.php b/simplepie/test/first_item_description/SPtests/atom/0.3/dc/1.0/description.php new file mode 100644 index 000000000..e02d402c8 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/atom/0.3/dc/1.0/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/atom/0.3/dc/1.1/description.php b/simplepie/test/first_item_description/SPtests/atom/0.3/dc/1.1/description.php new file mode 100644 index 000000000..cdc8b2154 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/atom/0.3/dc/1.1/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/atom/0.3/summary.php b/simplepie/test/first_item_description/SPtests/atom/0.3/summary.php new file mode 100644 index 000000000..6db7f6b50 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/atom/0.3/summary.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/atom/1.0/content.php b/simplepie/test/first_item_description/SPtests/atom/1.0/content.php new file mode 100644 index 000000000..4a3140209 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/atom/1.0/content.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/atom/1.0/dc/1.0/description.php b/simplepie/test/first_item_description/SPtests/atom/1.0/dc/1.0/description.php new file mode 100644 index 000000000..3bed47f97 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/atom/1.0/dc/1.0/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/atom/1.0/dc/1.1/description.php b/simplepie/test/first_item_description/SPtests/atom/1.0/dc/1.1/description.php new file mode 100644 index 000000000..8c2ce46b0 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/atom/1.0/dc/1.1/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/atom/1.0/summary.php b/simplepie/test/first_item_description/SPtests/atom/1.0/summary.php new file mode 100644 index 000000000..1c08a0687 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/atom/1.0/summary.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.90/atom/0.3/content.php b/simplepie/test/first_item_description/SPtests/rss/0.90/atom/0.3/content.php new file mode 100644 index 000000000..e4a5a43f5 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.90/atom/0.3/content.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.90/atom/0.3/summary.php b/simplepie/test/first_item_description/SPtests/rss/0.90/atom/0.3/summary.php new file mode 100644 index 000000000..b24991f12 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.90/atom/0.3/summary.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/content.php b/simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/content.php new file mode 100644 index 000000000..2ed702431 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/content.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/summary.php b/simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/summary.php new file mode 100644 index 000000000..68a7dcc59 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/summary.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.90/dc/1.0/description.php b/simplepie/test/first_item_description/SPtests/rss/0.90/dc/1.0/description.php new file mode 100644 index 000000000..dfdcd5722 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.90/dc/1.0/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.90/dc/1.1/description.php b/simplepie/test/first_item_description/SPtests/rss/0.90/dc/1.1/description.php new file mode 100644 index 000000000..53e050510 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.90/dc/1.1/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.90/description.php b/simplepie/test/first_item_description/SPtests/rss/0.90/description.php new file mode 100644 index 000000000..2acaa7f0f --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.90/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/0.3/content.php b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/0.3/content.php new file mode 100644 index 000000000..f7fd15262 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/0.3/content.php @@ -0,0 +1,24 @@ +data = +' + + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/0.3/summary.php b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/0.3/summary.php new file mode 100644 index 000000000..d839aa9e1 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/0.3/summary.php @@ -0,0 +1,24 @@ +data = +' + + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/1.0/content.php b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/1.0/content.php new file mode 100644 index 000000000..f182dfc66 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/1.0/content.php @@ -0,0 +1,24 @@ +data = +' + + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/1.0/summary.php b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/1.0/summary.php new file mode 100644 index 000000000..5e5f2a8a5 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/atom/1.0/summary.php @@ -0,0 +1,24 @@ +data = +' + + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/dc/1.0/description.php b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/dc/1.0/description.php new file mode 100644 index 000000000..216cb39c0 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/dc/1.0/description.php @@ -0,0 +1,24 @@ +data = +' + + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/dc/1.1/description.php b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/dc/1.1/description.php new file mode 100644 index 000000000..e706be1ff --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/dc/1.1/description.php @@ -0,0 +1,24 @@ +data = +' + + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/description.php b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/description.php new file mode 100644 index 000000000..8886ac35b --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-netscape/description.php @@ -0,0 +1,24 @@ +data = +' + + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/0.3/content.php b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/0.3/content.php new file mode 100644 index 000000000..0a0301887 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/0.3/content.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/0.3/summary.php b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/0.3/summary.php new file mode 100644 index 000000000..a0a9e6f34 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/0.3/summary.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/1.0/content.php b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/1.0/content.php new file mode 100644 index 000000000..c3eae044a --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/1.0/content.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/1.0/summary.php b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/1.0/summary.php new file mode 100644 index 000000000..27b66ce70 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/atom/1.0/summary.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-userland/dc/1.0/description.php b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/dc/1.0/description.php new file mode 100644 index 000000000..d25e0cd61 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/dc/1.0/description.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-userland/dc/1.1/description.php b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/dc/1.1/description.php new file mode 100644 index 000000000..8fb97cf71 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/dc/1.1/description.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.91-userland/description.php b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/description.php new file mode 100644 index 000000000..f01c5ff5c --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.91-userland/description.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.92/atom/0.3/content.php b/simplepie/test/first_item_description/SPtests/rss/0.92/atom/0.3/content.php new file mode 100644 index 000000000..c906a96a7 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.92/atom/0.3/content.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.92/atom/0.3/summary.php b/simplepie/test/first_item_description/SPtests/rss/0.92/atom/0.3/summary.php new file mode 100644 index 000000000..da2a88f70 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.92/atom/0.3/summary.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.92/atom/1.0/content.php b/simplepie/test/first_item_description/SPtests/rss/0.92/atom/1.0/content.php new file mode 100644 index 000000000..d245f0037 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.92/atom/1.0/content.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.92/atom/1.0/summary.php b/simplepie/test/first_item_description/SPtests/rss/0.92/atom/1.0/summary.php new file mode 100644 index 000000000..9ea440e87 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.92/atom/1.0/summary.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.92/dc/1.0/description.php b/simplepie/test/first_item_description/SPtests/rss/0.92/dc/1.0/description.php new file mode 100644 index 000000000..09a9f6027 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.92/dc/1.0/description.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.92/dc/1.1/description.php b/simplepie/test/first_item_description/SPtests/rss/0.92/dc/1.1/description.php new file mode 100644 index 000000000..56e1f8351 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.92/dc/1.1/description.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/0.92/description.php b/simplepie/test/first_item_description/SPtests/rss/0.92/description.php new file mode 100644 index 000000000..76d7a0222 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.92/description.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/1.0/atom/0.3/content.php b/simplepie/test/first_item_description/SPtests/rss/1.0/atom/0.3/content.php new file mode 100644 index 000000000..e3f5cb7bf --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/1.0/atom/0.3/content.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/1.0/atom/0.3/summary.php b/simplepie/test/first_item_description/SPtests/rss/1.0/atom/0.3/summary.php new file mode 100644 index 000000000..f920bc9a5 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/1.0/atom/0.3/summary.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/1.0/atom/1.0/content.php b/simplepie/test/first_item_description/SPtests/rss/1.0/atom/1.0/content.php new file mode 100644 index 000000000..1a68571d4 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/1.0/atom/1.0/content.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/1.0/atom/1.0/summary.php b/simplepie/test/first_item_description/SPtests/rss/1.0/atom/1.0/summary.php new file mode 100644 index 000000000..3e9190464 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/1.0/atom/1.0/summary.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/1.0/dc/1.0/description.php b/simplepie/test/first_item_description/SPtests/rss/1.0/dc/1.0/description.php new file mode 100644 index 000000000..187d4f11e --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/1.0/dc/1.0/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/1.0/dc/1.1/description.php b/simplepie/test/first_item_description/SPtests/rss/1.0/dc/1.1/description.php new file mode 100644 index 000000000..487cf5cc3 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/1.0/dc/1.1/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/1.0/description.php b/simplepie/test/first_item_description/SPtests/rss/1.0/description.php new file mode 100644 index 000000000..21ec6f0c5 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/1.0/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/2.0/atom/0.3/content.php b/simplepie/test/first_item_description/SPtests/rss/2.0/atom/0.3/content.php new file mode 100644 index 000000000..29bf9f2c4 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/2.0/atom/0.3/content.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/2.0/atom/0.3/summary.php b/simplepie/test/first_item_description/SPtests/rss/2.0/atom/0.3/summary.php new file mode 100644 index 000000000..f853e231a --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/2.0/atom/0.3/summary.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/2.0/atom/1.0/content.php b/simplepie/test/first_item_description/SPtests/rss/2.0/atom/1.0/content.php new file mode 100644 index 000000000..d712ece73 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/2.0/atom/1.0/content.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/2.0/atom/1.0/summary.php b/simplepie/test/first_item_description/SPtests/rss/2.0/atom/1.0/summary.php new file mode 100644 index 000000000..ab0aa2d20 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/2.0/atom/1.0/summary.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/2.0/dc/1.0/description.php b/simplepie/test/first_item_description/SPtests/rss/2.0/dc/1.0/description.php new file mode 100644 index 000000000..19fa60a63 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/2.0/dc/1.0/description.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/2.0/dc/1.1/description.php b/simplepie/test/first_item_description/SPtests/rss/2.0/dc/1.1/description.php new file mode 100644 index 000000000..08e5c1795 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/2.0/dc/1.1/description.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_description/SPtests/rss/2.0/description.php b/simplepie/test/first_item_description/SPtests/rss/2.0/description.php new file mode 100644 index 000000000..d2b16bef2 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/2.0/description.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3