Needs work
Project:
Location
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Jun 2012 at 08:42 UTC
Updated:
10 Sep 2015 at 17:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jibranHere is the patch.
Comment #2
bertramakers commentedI applied the patch from comment #1 and this worked for me.
Comment #3
jyee commentedConfirmed that patch #1 applies and works on both the current 7.x-3.x branch (revision cb2bb35) and also to the 7.x-3.0-alpha1 release.
Comment #4
podarokpostponed before tests fix
#1931088: [META] Fixing tests
Comment #5
podarok#1931088-3: [META] Fixing tests mostly fixed for 7.x-3.x branch
this one needs review
Comment #6
podarok#1 commited pushed to 7.x-3.x
thanks!
can You provide test coverage for this?
Comment #7
raulmuroc commentedThis has been several times tested and the patch passes the drupal's test. Should be marked as fixed, should not?
Comment #8
jyee commentedNo, it should not be marked as fixed. Even though podarok has commited the patch, he is still requesting that simpletests (not user reviews) be written to specifically test this functionality.
Comment #8.0
jyee commentedUpdated issue summary.
Comment #9
tuchoIf the hook_locationapi was invoked with a non-array $a4, it will throw a warning.
I added the same solution applied in location_locationapi and I made a new patch starting from the actual dev version.