Author: earle Date: 2005-06-14 13:03:05 +0100 (Tue, 14 Jun 2005) New Revision: 651
Modified: trunk/t/63_bug_map_link_no_address.t Log: match to current template content
Modified: trunk/t/63_bug_map_link_no_address.t =================================================================== --- trunk/t/63_bug_map_link_no_address.t 2005-06-14 12:02:04 UTC (rev 650) +++ trunk/t/63_bug_map_link_no_address.t 2005-06-14 12:03:05 UTC (rev 651) @@ -21,6 +21,6 @@ id => "South Croydon Station", return_output => 1, ); - like( $output, qr/Map:/, "map link included when no address" ); + like( $output, qr/Map of this place/, "map link included when no address" ); }
openguides-commits@lists.openguides.org