aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/first_item_longitude/SPtests/rss/2.0/geo/long.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/first_item_longitude/SPtests/rss/2.0/geo/long.php')
-rw-r--r--simplepie/test/first_item_longitude/SPtests/rss/2.0/geo/long.php24
1 files changed, 0 insertions, 24 deletions
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
deleted file mode 100644
index f3ae64bab..000000000
--- a/simplepie/test/first_item_longitude/SPtests/rss/2.0/geo/long.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Longitude_Test_RSS_20_Geo_Long extends SimplePie_First_Item_Longitude_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
- <channel>
- <item>
- <geo:lat>55.701</geo:lat>
- <geo:long>12.552</geo:long>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 12.552;
- }
-}
-
-?> \ No newline at end of file