Tests pending pull requests

Build: #4669 failed

Job: Build and Test Job failed

Stages & jobs

  1. Build and Test

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,669 of phpBB3 - Pull Requests - Build and Test Job. View test case history
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 (Existing 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