aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/first_item_latitude/SPtests/atom/0.3/geo/lat.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/first_item_latitude/SPtests/atom/0.3/geo/lat.php')
-rw-r--r--simplepie/test/first_item_latitude/SPtests/atom/0.3/geo/lat.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/simplepie/test/first_item_latitude/SPtests/atom/0.3/geo/lat.php b/simplepie/test/first_item_latitude/SPtests/atom/0.3/geo/lat.php
deleted file mode 100644
index fe187c6f9..000000000
--- a/simplepie/test/first_item_latitude/SPtests/atom/0.3/geo/lat.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Latitude_Test_Atom_03_Geo_Lat extends SimplePie_First_Item_Latitude_Test
-{
- function data()
- {
- $this->data =
-'<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
- <entry>
- <geo:lat>55.701</geo:lat>
- <geo:long>12.552</geo:long>
- </entry>
-</feed>';
- }
-
- function expected()
- {
- $this->expected = 55.701;
- }
-}
-
-?> \ No newline at end of file