Changeset 1235 for trunk/t/27_geo_data_edit_form.t
- Timestamp:
- 10/19/08 15:58:02 (3 months ago)
- Files:
-
- 1 modified
-
trunk/t/27_geo_data_edit_form.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/t/27_geo_data_edit_form.t
r956 r1235 163 163 value => -0.118 }, 164 164 "...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" );165 like( $output, qr|Latitude \(Airy decimal\):|s, 166 "...'Latitude (Airy decimal):' label included" ); 167 like( $output, qr|Longitude \(Airy decimal\):|s, 168 "...'Longitude (Airy decimal):' label included" );
