[wp-trac] [WordPress Trac] #34128: Tests_Feed_RSS2::test_channel Failure
WordPress Trac
noreply at wordpress.org
Fri Oct 2 14:12:17 UTC 2015
#34128: Tests_Feed_RSS2::test_channel Failure
--------------------------+-----------------------------
Reporter: miqrogroove | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Feeds | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
If the site configuration contains an apostrophe in the site title, the
test_channel unit fails.
{{{
1) Tests_Feed_RSS2::test_channel
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Rob's Test Blog'
+'Rob's Test Blog'
}}}
The happens with either of the following configurations:
{{{
define( 'WP_TESTS_TITLE', 'Rob\'s Test Blog' );
}}}
and
{{{
define( 'WP_TESTS_TITLE', 'Rob's Test Blog' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34128>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list