CRM-21249 - Geocode warns hitting Google limit - small change
authorDaniël <9696905+DanielvV@users.noreply.github.com>
Wed, 4 Oct 2017 07:25:06 +0000 (09:25 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2017 07:25:06 +0000 (09:25 +0200)
Instead of throwing an error

tests/phpunit/CRM/Utils/GeocodeTest.php

index c59461abad017c5348d2a95fa9e70dc2d3333b75..56e348e560cb1ab2dc65d2d22be3bc2e39c516cc 100644 (file)
@@ -68,6 +68,9 @@ class CRM_Utils_GeocodeTest extends CiviUnitTestCase {
       if ($e->getMessage() == 'A fatal error was triggered: Aborting batch geocoding. Hit the over query limit on geocoder.') {
         $this->markTestIncomplete('Job.geocode error_message: A fatal error was triggered: Aborting batch geocoding. Hit the over query limit on geocoder.');
       }
+      else {
+        throw $e;
+      }
     }
     $params_address_getsingle = array(
       'contact_id' => $contact_values['id'],