This issue is for fixing TaxonomyTermTestCase.

CommentFileSizeAuthor
#1 1558346.patch1.26 KBsheise
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sheise’s picture

FileSize
1.26 KB

There 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.

sheise’s picture

Status: Active » Needs review
Crell’s picture

Why 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.

Crell’s picture

Actually, this looks like the same issue as #1557590: Fix UserUserSearchTestCase. Hm.

Crell’s picture

Crell’s picture

Marking 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.

Crell’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.