There is an invalid multibyte sequence in tests.feeds.test which blocks parsing by API module:

WD api: API parse 6 contributions/feeds/tests/feeds.test [32.99 sec, 23.58 MB]                   [notice]
ERROR: htmlspecialchars(): Invalid multibyte sequence in argument on line 1572 in /srv/dev/includes/bootstrap.inc (Warning)
WD php: PDOException:  in drupal_write_record() (line 7036 of /srv/dev/includes/common.inc).  [error]
[33.33 sec, 22.8 MB]
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

psynaptic’s picture

Status: Active » Needs review
FileSize
1.07 KB

Patch attached.

-       <outline title="Magyar Nemzet Online - H<92>rek" text="" xmlUrl="'. $path . 'feed_without_guid.rss2" type="rss" />
+       <outline title="Magyar Nemzet Online - H\'rek" text="" xmlUrl="'. $path .'feed_without_guid.rss2" type="rss" />
twistor’s picture

Status: Fixed » Needs review
twistor’s picture

Version: 6.x-1.x-dev » 7.x-2.x-dev
Status: Needs review » Fixed
psynaptic’s picture

Status: Needs review » Fixed

Thanks

Status: Fixed » Closed (fixed)

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