Author: kake Date: 2012-03-20 12:16:15 +0000 (Tue, 20 Mar 2012) New Revision: 1316
Modified: trunk/t/34_search_paging.t Log: Skip the right number of tests.
Modified: trunk/t/34_search_paging.t =================================================================== --- trunk/t/34_search_paging.t 2012-03-18 09:48:44 UTC (rev 1315) +++ trunk/t/34_search_paging.t 2012-03-20 12:16:15 UTC (rev 1316) @@ -30,7 +30,7 @@ # Test with OS co-ords. eval { require Geo::Coordinates::OSGB; }; SKIP: { - skip "Geo::Coordinates::OSGB not installed", 3 if $@; + skip "Geo::Coordinates::OSGB not installed", 6 if $@; $config->geo_handler( 1 );
foreach my $i ( 1 .. 50 ) { @@ -69,7 +69,7 @@ # Test with OSIE co-ords. eval { require Geo::Coordinates::ITM; }; SKIP: { - skip "Geo::Coordinates::ITM not installed", 3 if $@; + skip "Geo::Coordinates::ITM not installed", 6 if $@;
# We must create a new search object after changing the geo_handler # in order to force it to create a fresh locator. @@ -111,7 +111,7 @@ # Test with UTM. eval { require Geo::Coordinates::UTM; }; SKIP: { - skip "Geo::Coordinates::UTM not installed", 3 if $@; + skip "Geo::Coordinates::UTM not installed", 6 if $@;
# We must create a new search object after changing the geo_handler # in order to force it to create a fresh locator.
openguides-commits@lists.openguides.org