aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/first_item_latitude/SPtests/rss/0.91-userland/georss/point.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/first_item_latitude/SPtests/rss/0.91-userland/georss/point.php')
-rw-r--r--simplepie/test/first_item_latitude/SPtests/rss/0.91-userland/georss/point.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/simplepie/test/first_item_latitude/SPtests/rss/0.91-userland/georss/point.php b/simplepie/test/first_item_latitude/SPtests/rss/0.91-userland/georss/point.php
new file mode 100644
index 000000000..49c9cf10b
--- /dev/null
+++ b/simplepie/test/first_item_latitude/SPtests/rss/0.91-userland/georss/point.php
@@ -0,0 +1,23 @@
+<?php
+
+class SimplePie_First_Item_Latitude_Test_RSS_091_Userland_Georss_Point extends SimplePie_First_Item_Latitude_Test
+{
+ function data()
+ {
+ $this->data =
+'<rss version="0.91" xmlns:georss="http://www.georss.org/georss">
+ <channel>
+ <item>
+ <georss:point>55.701 12.552</georss:point>
+ </item>
+ </channel>
+</rss>';
+ }
+
+ function expected()
+ {
+ $this->expected = 55.701;
+ }
+}
+
+?> \ No newline at end of file