Show
Ignore:
Timestamp:
10/19/08 15:58:02 (3 months ago)
Author:
dom
Message:

Display geodata ellipsoid to user in edit from (fixes #230)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/t/27_geo_data_edit_form.t

    r956 r1235  
    163163                                                 value => -0.118 }, 
    164164                             "...with correct value..." ); 
    165 like( $output, qr|Latitude \(decimal\):|s, 
    166       "...'Latitude (decimal):' label included" ); 
    167 like( $output, qr|Longitude \(decimal\):|s, 
    168       "...'Longitude (decimal):' label included" ); 
     165like( $output, qr|Latitude \(Airy decimal\):|s, 
     166      "...'Latitude (Airy decimal):' label included" ); 
     167like( $output, qr|Longitude \(Airy decimal\):|s, 
     168      "...'Longitude (Airy decimal):' label included" );