Tests pending pull requests
Build: #4668 failed
Job: Build and Test Job failed
parse poll with data set #3: Test case result
The below summarizes the result of the test " parse poll with data set #3" in build 4,668 of phpBB3 - Pull Requests - Build and Test Job.
- Description
- parse poll with data set #3
- Test class
- phpbb_text_processing_message_parser_test::test_parse_poll
- Method
- test_parse_poll with data set #3
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
phpbb_text_processing_message_parser_test::test_parse_poll with data set #3 (array('xxx', '[b]x
y[/b]', 2, 2), array('<t>xxx</t>', '<r><B><s>[b]</s>x</B></r>
<t>y[/b]</t>', array('<r><B><s>[b]</s>x</B></r>', '<t>y[/b]</t>')))
Failed asserting that Array &0 (
'poll_title' => '<t>xxx</t>'
'poll_option_text' => '<r><B>[b]</B>x</r>
<t>y[/b]</t>'
'poll_options' => Array &1 (
0 => '<r><B>[b]</B>x</r>'
1 => '<t>y[/b]</t>'
)
) is identical to Array &0 (
'poll_title' => '<t>xxx</t>'
'poll_option_text' => '<r><B><s>[b]</s>x</B></r>
<t>y[/b]</t>'
'poll_options' => Array &1 (
0 => '<r><B><s>[b]</s>x</B></r>'
1 => '<t>y[/b]</t>'
)
).
/home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/text_processing/message_parser_test.php:107

