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/2.0/geo/lat.php | 24 ++++++++++++++++++++++ .../SPtests/rss/2.0/georss/point.php | 23 +++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 simplepie/test/first_item_latitude/SPtests/rss/2.0/geo/lat.php create mode 100644 simplepie/test/first_item_latitude/SPtests/rss/2.0/georss/point.php (limited to 'simplepie/test/first_item_latitude/SPtests/rss/2.0') diff --git a/simplepie/test/first_item_latitude/SPtests/rss/2.0/geo/lat.php b/simplepie/test/first_item_latitude/SPtests/rss/2.0/geo/lat.php new file mode 100644 index 000000000..0eb4cbf90 --- /dev/null +++ b/simplepie/test/first_item_latitude/SPtests/rss/2.0/geo/lat.php @@ -0,0 +1,24 @@ +data = +' + + + 55.701 + 12.552 + + +'; + } + + function expected() + { + $this->expected = 55.701; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_latitude/SPtests/rss/2.0/georss/point.php b/simplepie/test/first_item_latitude/SPtests/rss/2.0/georss/point.php new file mode 100644 index 000000000..ccb54ba37 --- /dev/null +++ b/simplepie/test/first_item_latitude/SPtests/rss/2.0/georss/point.php @@ -0,0 +1,23 @@ +data = +' + + + 55.701 12.552 + + +'; + } + + function expected() + { + $this->expected = 55.701; + } +} + +?> \ No newline at end of file -- cgit v1.2.3