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

