Closed (fixed)
Project:
WSCCI
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 May 2012 at 20:58 UTC
Updated:
21 May 2012 at 03:50 UTC
Jump to comment: Most recent file
This issue is for fixing TaxonomyTermTestCase.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1558346.patch | 1.26 KB | sheise |
Comments
Comment #1
sheise commentedThere were 2 problems here:
- The autocomplete string was not being decoded properly and the spaces were breaking it (just like in this issue http://drupal.org/node/1558166).
- There was a typo in the test.
Patch attached.
Comment #2
sheise commentedComment #3
Crell commentedWhy was this not breaking before, then? I'm reluctant to change the test unless I understand why the test was right before and wrong now.
Comment #4
Crell commentedActually, this looks like the same issue as #1557590: Fix UserUserSearchTestCase. Hm.
Comment #5
Crell commentedDiscussing in #1463656-96: Add a Drupal kernel; leverage HttpFoundation and HttpKernel
Comment #6
Crell commentedMarking fixed per #1565084: urldecode()ing of the path. If that doesn't actually resolve this issue, please reopen. If it does, go ahead and remove the branch for this issue. Thanks.
Comment #7
Crell commented