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/geo/long.php | 22 +++++++++++++++++++ .../SPtests/rss/0.90/georss/point.php | 21 ++++++++++++++++++ .../SPtests/rss/0.91-netscape/geo/long.php | 25 ++++++++++++++++++++++ .../SPtests/rss/0.91-netscape/georss/point.php | 24 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/geo/long.php | 24 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/georss/point.php | 23 ++++++++++++++++++++ .../SPtests/rss/0.92/geo/long.php | 24 +++++++++++++++++++++ .../SPtests/rss/0.92/georss/point.php | 23 ++++++++++++++++++++ .../SPtests/rss/1.0/geo/long.php | 22 +++++++++++++++++++ .../SPtests/rss/1.0/georss/point.php | 21 ++++++++++++++++++ .../SPtests/rss/2.0/geo/long.php | 24 +++++++++++++++++++++ .../SPtests/rss/2.0/georss/point.php | 23 ++++++++++++++++++++ 12 files changed, 276 insertions(+) create mode 100644 simplepie/test/first_item_longitude/SPtests/rss/0.90/geo/long.php create mode 100644 simplepie/test/first_item_longitude/SPtests/rss/0.90/georss/point.php create mode 100644 simplepie/test/first_item_longitude/SPtests/rss/0.91-netscape/geo/long.php create mode 100644 simplepie/test/first_item_longitude/SPtests/rss/0.91-netscape/georss/point.php create mode 100644 simplepie/test/first_item_longitude/SPtests/rss/0.91-userland/geo/long.php create mode 100644 simplepie/test/first_item_longitude/SPtests/rss/0.91-userland/georss/point.php create mode 100644 simplepie/test/first_item_longitude/SPtests/rss/0.92/geo/long.php create mode 100644 simplepie/test/first_item_longitude/SPtests/rss/0.92/georss/point.php create mode 100644 simplepie/test/first_item_longitude/SPtests/rss/1.0/geo/long.php create mode 100644 simplepie/test/first_item_longitude/SPtests/rss/1.0/georss/point.php create mode 100644 simplepie/test/first_item_longitude/SPtests/rss/2.0/geo/long.php create mode 100644 simplepie/test/first_item_longitude/SPtests/rss/2.0/georss/point.php (limited to 'simplepie/test/first_item_longitude/SPtests/rss') diff --git a/simplepie/test/first_item_longitude/SPtests/rss/0.90/geo/long.php b/simplepie/test/first_item_longitude/SPtests/rss/0.90/geo/long.php new file mode 100644 index 000000000..4656bbc9b --- /dev/null +++ b/simplepie/test/first_item_longitude/SPtests/rss/0.90/geo/long.php @@ -0,0 +1,22 @@ +data = +' + + 55.701 + 12.552 + +'; + } + + function expected() + { + $this->expected = 12.552; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_longitude/SPtests/rss/0.90/georss/point.php b/simplepie/test/first_item_longitude/SPtests/rss/0.90/georss/point.php new file mode 100644 index 000000000..4dfbf8d74 --- /dev/null +++ b/simplepie/test/first_item_longitude/SPtests/rss/0.90/georss/point.php @@ -0,0 +1,21 @@ +data = +' + + 55.701 12.552 + +'; + } + + function expected() + { + $this->expected = 12.552; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_longitude/SPtests/rss/0.91-netscape/geo/long.php b/simplepie/test/first_item_longitude/SPtests/rss/0.91-netscape/geo/long.php new file mode 100644 index 000000000..e2070c5c7 --- /dev/null +++ b/simplepie/test/first_item_longitude/SPtests/rss/0.91-netscape/geo/long.php @@ -0,0 +1,25 @@ +data = +' + + + + 55.701 + 12.552 + + +'; + } + + function expected() + { + $this->expected = 12.552; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_longitude/SPtests/rss/0.91-netscape/georss/point.php b/simplepie/test/first_item_longitude/SPtests/rss/0.91-netscape/georss/point.php new file mode 100644 index 000000000..343651ec2 --- /dev/null +++ b/simplepie/test/first_item_longitude/SPtests/rss/0.91-netscape/georss/point.php @@ -0,0 +1,24 @@ +data = +' + + + + 55.701 12.552 + + +'; + } + + function expected() + { + $this->expected = 12.552; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_longitude/SPtests/rss/0.91-userland/geo/long.php b/simplepie/test/first_item_longitude/SPtests/rss/0.91-userland/geo/long.php new file mode 100644 index 000000000..19f92d20b --- /dev/null +++ b/simplepie/test/first_item_longitude/SPtests/rss/0.91-userland/geo/long.php @@ -0,0 +1,24 @@ +data = +' + + + 55.701 + 12.552 + + +'; + } + + function expected() + { + $this->expected = 12.552; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_longitude/SPtests/rss/0.91-userland/georss/point.php b/simplepie/test/first_item_longitude/SPtests/rss/0.91-userland/georss/point.php new file mode 100644 index 000000000..1bbc35d69 --- /dev/null +++ b/simplepie/test/first_item_longitude/SPtests/rss/0.91-userland/georss/point.php @@ -0,0 +1,23 @@ +data = +' + + + 55.701 12.552 + + +'; + } + + function expected() + { + $this->expected = 12.552; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_longitude/SPtests/rss/0.92/geo/long.php b/simplepie/test/first_item_longitude/SPtests/rss/0.92/geo/long.php new file mode 100644 index 000000000..27a4ac88d --- /dev/null +++ b/simplepie/test/first_item_longitude/SPtests/rss/0.92/geo/long.php @@ -0,0 +1,24 @@ +data = +' + + + 55.701 + 12.552 + + +'; + } + + function expected() + { + $this->expected = 12.552; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_longitude/SPtests/rss/0.92/georss/point.php b/simplepie/test/first_item_longitude/SPtests/rss/0.92/georss/point.php new file mode 100644 index 000000000..837e7d355 --- /dev/null +++ b/simplepie/test/first_item_longitude/SPtests/rss/0.92/georss/point.php @@ -0,0 +1,23 @@ +data = +' + + + 55.701 12.552 + + +'; + } + + function expected() + { + $this->expected = 12.552; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_longitude/SPtests/rss/1.0/geo/long.php b/simplepie/test/first_item_longitude/SPtests/rss/1.0/geo/long.php new file mode 100644 index 000000000..e7e6f302d --- /dev/null +++ b/simplepie/test/first_item_longitude/SPtests/rss/1.0/geo/long.php @@ -0,0 +1,22 @@ +data = +' + + 55.701 + 12.552 + +'; + } + + function expected() + { + $this->expected = 12.552; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_longitude/SPtests/rss/1.0/georss/point.php b/simplepie/test/first_item_longitude/SPtests/rss/1.0/georss/point.php new file mode 100644 index 000000000..536381ece --- /dev/null +++ b/simplepie/test/first_item_longitude/SPtests/rss/1.0/georss/point.php @@ -0,0 +1,21 @@ +data = +' + + 55.701 12.552 + +'; + } + + function expected() + { + $this->expected = 12.552; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_longitude/SPtests/rss/2.0/geo/long.php b/simplepie/test/first_item_longitude/SPtests/rss/2.0/geo/long.php new file mode 100644 index 000000000..f3ae64bab --- /dev/null +++ b/simplepie/test/first_item_longitude/SPtests/rss/2.0/geo/long.php @@ -0,0 +1,24 @@ +data = +' + + + 55.701 + 12.552 + + +'; + } + + function expected() + { + $this->expected = 12.552; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_longitude/SPtests/rss/2.0/georss/point.php b/simplepie/test/first_item_longitude/SPtests/rss/2.0/georss/point.php new file mode 100644 index 000000000..c1a7a94a4 --- /dev/null +++ b/simplepie/test/first_item_longitude/SPtests/rss/2.0/georss/point.php @@ -0,0 +1,23 @@ +data = +' + + + 55.701 12.552 + + +'; + } + + function expected() + { + $this->expected = 12.552; + } +} + +?> \ No newline at end of file -- cgit v1.2.3