Tests pending pull requests
Build: #4670 failed
Job: Build and Test Job failed
Test results
- 4,261 tests in total
- 74 tests failed
- 3 minutes taken in total.
Build 4,670 has the following 74 errors:There were no new test failures since the previous build.
Status | Test | Failing since | Duration | |
---|---|---|---|---|
phpbb_text_processing_generate_text_for_display_test::test_text_formatter
test_text_formatter with data set #1
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_generate_text_for_display_test::test_text_formatter with data set #1 ('<r>Hello <URL url="http://example.org"><s>[url=http://example.org]</s>world<e>[/url]</e></URL></r>', 'Hello <a href="http://example.org" class="postlink">world</a>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -Hello <a href="http://example.org" class="postlink">world</a> +Hello Array (1 more lines...) |
||||
phpbb_text_processing_generate_text_for_display_test::test_text_formatter
test_text_formatter with data set #5
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_generate_text_for_display_test::test_text_formatter with data set #5 ('<r><FLASH url="http://localhost/foo.swf" width="123" height="456"><s>[flash=123,456]</s>http://localhost/foo.swf<e>[/flash]</e></FLASH></r>', '<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="123" height="456"><param name="movie" value="http://localhost/foo.swf"><param name="play" value="false"><param name="loop" value="false"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="internal"><embed src="http://localhost/foo.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="123" height="456" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></object>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="123" height="456"><param name="movie" value="http://localhost/foo.swf"><param name="play" value="false"><param name="loop" value="false"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="internal"><embed src="http://localhost/foo.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="123" height="456" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></object> +Array (1 more lines...) |
||||
phpbb_text_processing_generate_text_for_display_test::test_text_formatter
test_text_formatter with data set #7
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_generate_text_for_display_test::test_text_formatter with data set #7 ('<r><IMG src="http://localhost/mrgreen.gif"><s>[img]</s><URL url="http://localhost/mrgreen.gif">http://localhost/mrgreen.gif</URL><e>[/img]</e></IMG></r>', '<img src="http://localhost/mrgreen.gif" alt="Image">') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<img src="http://localhost/mrgreen.gif" alt="Image"> +Array (1 more lines...) |
||||
phpbb_text_processing_generate_text_for_display_test::test_text_formatter
test_text_formatter with data set #8
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_generate_text_for_display_test::test_text_formatter with data set #8 ('<r><IMG src="http://localhost/mrgreen.gif"><s>[img]</s><URL url="http://localhost/mrgreen.gif">http://localhost/mrgreen.gif</URL><e>[/img]</e></IMG></r>', '<a href="http://localhost/mrgreen.gif" class="postlink">http://localhost/mrgreen.gif</a>', true, Closure) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<a href="http://localhost/mrgreen.gif" class="postlink">http://localhost/mrgreen.gif</a> +Array (1 more lines...) |
||||
phpbb_text_processing_generate_text_for_storage_test::test_text_formatter
test_text_formatter with data set #1
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_generate_text_for_storage_test::test_text_formatter with data set #1 ('Hello [url=http://example.org]world[/url] :)', '<r>Hello <URL url="http://example.org"><s>[url=http://example.org]</s>world<e>[/url]</e></URL> <E>:)</E></r>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<r>Hello <URL url="http://example.org"><s>[url=http://example.org]</s>world<e>[/url]</e></URL> <E>:)</E></r> +<r>Hello <URL url="http://example.org">[url=http://example.org]</URL>world[/url] <E>:)</E></r> (1 more lines...) |
||||
phpbb_text_processing_message_parser_test::test_options
test_options with data set #0
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_message_parser_test::test_options with data set #0 ('[b]bold[/b]', '<r><B><s>[b]</s>bold<e>[/b]</e></B></r>', array(true, true, true, true, true, true, true)) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<r><B><s>[b]</s>bold<e>[/b]</e></B></r> +<r><B>[b]</B>bold[/b]</r> (1 more lines...) |
||||
phpbb_text_processing_message_parser_test::test_options
test_options with data set #10
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_message_parser_test::test_options with data set #10 ('[quote="foo"]bar :)[/quote]', '<r><QUOTE author="foo"><s>[quote="foo"]</s>bar <E>:)</E><e>[/quote]</e></QUOTE></r>', array(true, true, true, true, true, true, true)) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<r><QUOTE author="foo"><s>[quote="foo"]</s>bar <E>:)</E><e>[/quote]</e></QUOTE></r> +<r><QUOTE author="foo">[quote="foo"]</QUOTE>bar <E>:)</E>[/quote]</r> (1 more lines...) |
||||
phpbb_text_processing_message_parser_test::test_options
test_options with data set #12
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_message_parser_test::test_options with data set #12 ('[url=http://example.org][img]http://example.org/img.png[/img][/url]', '<r><URL url="http://example.org"><s>[url=http://example.org]</s><IMG src="http://example.org/img.png"><s>[img]</s>http://example.org/img.png<e>[/img]</e></IMG><e>[/url]</e></URL></r>', array(true, true, true, true, true, true, true)) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<r><URL url="http://example.org"><s>[url=http://example.org]</s><IMG src="http://example.org/img.png"><s>[img]</s>http://example.org/img.png<e>[/img]</e></IMG><e>[/url]</e></URL></r> +<r><URL url="http://example.org">[url=http://example.org]</URL><IMG src="http://example.org/img.png"><s>[img]</s><URL url="http://example.org/img.png">http://example.org/img.png</URL><e>[/img]</e></IMG>[/url]</r> (1 more lines...) |
||||
phpbb_text_processing_message_parser_test::test_options
test_options with data set #14
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_message_parser_test::test_options with data set #14 ('[size=200]200[/size]', '<r><SIZE size="200"><s>[size=200]</s>200<e>[/size]</e></SIZE></r>', array(true, true, true, true, true, true, true), Closure) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<r><SIZE size="200"><s>[size=200]</s>200<e>[/size]</e></SIZE></r> +<r><SIZE size="200">[size=200]</SIZE>200[/size]</r> (1 more lines...) |
||||
phpbb_text_processing_message_parser_test::test_options
test_options with data set #15
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_message_parser_test::test_options with data set #15 ('[size=200]200[/size]', '<r><SIZE size="200"><s>[size=200]</s>200<e>[/size]</e></SIZE></r>', array(true, true, true, true, true, true, true), Closure) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<r><SIZE size="200"><s>[size=200]</s>200<e>[/size]</e></SIZE></r> +<r><SIZE size="200">[size=200]</SIZE>200[/size]</r> (1 more lines...) |
||||
phpbb_text_processing_message_parser_test::test_options
test_options with data set #18
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_message_parser_test::test_options with data set #18 ('[size=200]200[/size]', '<r><SIZE size="200"><s>[size=200]</s>200<e>[/size]</e></SIZE></r>', array(true, true, true, true, true, true, true), Closure) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<r><SIZE size="200"><s>[size=200]</s>200<e>[/size]</e></SIZE></r> +<r><SIZE size="200">[size=200]</SIZE>200[/size]</r> (1 more lines...) |
||||
phpbb_text_processing_message_parser_test::test_options
test_options with data set #6
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_message_parser_test::test_options with data set #6 ('[url=http://example.org][img]http://example.org/img.png[/img][/url]', '<r><URL url="http://example.org"><s>[url=http://example.org]</s><IMG src="http://example.org/img.png"><s>[img]</s>http://example.org/img.png<e>[/img]</e></IMG><e>[/url]</e></URL></r>', array(true, true, true, true, true, true, true)) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<r><URL url="http://example.org"><s>[url=http://example.org]</s><IMG src="http://example.org/img.png"><s>[img]</s>http://example.org/img.png<e>[/img]</e></IMG><e>[/url]</e></URL></r> +<r><URL url="http://example.org">[url=http://example.org]</URL><IMG src="http://example.org/img.png"><s>[img]</s><URL url="http://example.org/img.png">http://example.org/img.png</URL><e>[/img]</e></IMG>[/url]</r> (1 more lines...) |
||||
phpbb_text_processing_message_parser_test::test_options
test_options with data set #7
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_message_parser_test::test_options with data set #7 ('[url=http://example.org][img]http://example.org/img.png[/img][/url]', '<r><URL url="http://example.org"><s>[url=http://example.org]</s>[img]http://example.org/img.png[/img]<e>[/url]</e></URL></r>', array(true, true, true, false, true, true, true), NULL, array('You cannot use certain BBCodes: [img].')) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<r><URL url="http://example.org"><s>[url=http://example.org]</s>[img]http://example.org/img.png[/img]<e>[/url]</e></URL></r> +<r><URL url="http://example.org">[url=http://example.org]</URL>[img]<URL url="http://example.org/img.png">http://example.org/img.png</URL>[/img][/url]</r> (1 more lines...) |
||||
phpbb_text_processing_message_parser_test::test_parse_poll
test_parse_poll with data set #0
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
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> (20 more lines...) |
||||
phpbb_text_processing_message_parser_test::test_parse_poll
test_parse_poll with data set #1
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_message_parser_test::test_parse_poll with data set #1 (array('xxx', '[quote]quote[/quote] :)', 2, 2), array('<t>xxx</t>', '<t>[quote]quote[/quote]</t> <r><E>:)</E></r>', array('<t>[quote]quote[/quote]</t>', '<r><E>:)</E></r>')), array('You cannot use certain BBCodes: [quote].')) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<r>Me<I><s>[i]</s>s<e>[/i]</e></I>sage</r> (3 more lines...) |
||||
phpbb_text_processing_message_parser_test::test_parse_poll
test_parse_poll with data set #2
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_message_parser_test::test_parse_poll with data set #2 (array('xxx', '[flash=12,34]http://example.org/x.swf[/flash] :)', 2, 2), array('<t>xxx</t>', '<t>[flash=12,34]http://example.org/x.swf[/flash]</t> <r><E>:)</E></r>', array('<t>[flash=12,34]http://example.org/x.swf[/flash]</t>', '<r><E>:)</E></r>')), array('You cannot use certain BBCodes: [flash].')) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<r>Me<I><s>[i]</s>s<e>[/i]</e></I>sage</r> (3 more lines...) |
||||
phpbb_text_processing_message_parser_test::test_parse_poll
test_parse_poll with data set #3
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
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 ( (14 more lines...) |
||||
phpbb_text_processing_tickets_test::test_tickets
test_tickets with data set #0
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_tickets_test::test_tickets with data set #0 ('PHPBB3-10002', '[quote][list][*]one [quote][list][*]two[/list][/quote]', '<blockquote class="uncited"><div><ul><li>one <blockquote class="uncited"><div><ul><li>two</li></ul></div></blockquote></li></ul></div></blockquote>', '/home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/text_processing/../fixtures/empty.xml', NULL, NULL) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<blockquote class="uncited"><div><ul><li>one (5 more lines...) |
||||
phpbb_text_processing_tickets_test::test_tickets
test_tickets with data set #1
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_tickets_test::test_tickets with data set #1 ('PHPBB3-10122', '[list=none][*]This is my indented text[/list]', '<ul style="list-style-type: none"><li>This is my indented text</li></ul>', '/home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/text_processing/../fixtures/empty.xml', NULL, NULL) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<ul style="list-style-type: none"><li>This is my indented text</li></ul> +ArrayArrayThis is my indented text[/list] (1 more lines...) |
||||
phpbb_text_processing_tickets_test::test_tickets
test_tickets with data set #2
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_tickets_test::test_tickets with data set #2 ('PHPBB3-10425', 'http://ar.wikipedia.org/wiki/الصفحة_الرئيسية [url]http://ar.wikipedia.org/wiki/الصفحة_الرئيسية[/url] [url=http://ar.wikipedia.org/wiki/الصفحة_الرئيسية]link[/url]', '<a href="http://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%B5%D9%81%D8%AD%D8%A9_%D8%A7%D9%84%D8%B1%D8%A6%D9%8A%D8%B3%D9%8A%D8%A9" class="postlink">http://ar.wikipedia.org/wiki/الصفحة_الرئيسية</a><br> <a href="http://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%B5%D9%81%D8%AD%D8%A9_%D8%A7%D9%84%D8%B1%D8%A6%D9%8A%D8%B3%D9%8A%D8%A9" class="postlink">http://ar.wikipedia.org/wiki/الصفحة_الرئيسية</a><br> <a href="http://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%B5%D9%81%D8%AD%D8%A9_%D8%A7%D9%84%D8%B1%D8%A6%D9%8A%D8%B3%D9%8A%D8%A9" class="postlink">link</a>', '/home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/text_processing/../fixtures/empty.xml', NULL, NULL) Failed asserting that two strings are identical. --- Expected +++ Actual (9 more lines...) |
||||
phpbb_text_processing_tickets_test::test_tickets
test_tickets with data set #3
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_tickets_test::test_tickets with data set #3 ('PHPBB3-10587', '[url]http://www.tx-gaming.net/warzone/tournament.php?tourney[id]=34&action=brackets[/url] [url="http://www.tx-gaming.net/warzone/tournament.php?tourney[id]=34&action=brackets"]link[/url]', '<a href="http://www.tx-gaming.net/warzone/tournament.php?tourney%5Bid%5D=34&action=brackets" class="postlink">http://www.tx-gaming.net/warzone/tournament.php?tourney[id]=34&action=brackets</a><br> <a href="http://www.tx-gaming.net/warzone/tournament.php?tourney%5Bid%5D=34&action=brackets" class="postlink">link</a>', '/home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/text_processing/../fixtures/empty.xml', NULL, NULL) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<a href="http://www.tx-gaming.net/warzone/tournament.php?tourney%5Bid%5D=34&action=brackets" class="postlink">http://www.tx-gaming.net/warzone/tournament.php?tourney[id]=34&action=brackets</a><br> (5 more lines...) |
||||
phpbb_text_processing_tickets_test::test_tickets
test_tickets with data set #4
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_tickets_test::test_tickets with data set #4 ('PHPBB3-10922', '[email]user@example.org[/email][email=user@example.org]...[/email]', '<a href="mailto:user@example.org">user@example.org</a><a href="mailto:user@example.org">...</a>', '/home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/text_processing/../fixtures/empty.xml', NULL, NULL) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<a href="mailto:user@example.org">user@example.org</a><a href="mailto:user@example.org">...</a> +ArrayArray...[/email] (1 more lines...) |
||||
phpbb_text_processing_tickets_test::test_tickets
test_tickets with data set #5
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_tickets_test::test_tickets with data set #5 ('PHPBB3-10989', '[quote="Lorem"][quote="Lorem"[quote] Suspendisse iaculis porta tempor. Nulla.[/quote] Nullam a tortor sit amet.[/quote] Proin ac mi eget magna. [quote="Lorem"]Quisque fermentum tortor quis odio scelerisque consequat fermentum urna gravida. In semper vehicula condimentum. Donec suscipit ante imperdiet augue rhoncus.[/quote] Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas quis odio orci, sit amet semper.', '<blockquote><div><cite>Lorem wrote:</cite>[quote="Lorem"<blockquote class="uncited"><div> Suspendisse iaculis porta tempor. Nulla.</div></blockquote> (27 more lines...) |
||||
phpbb_text_processing_tickets_test::test_tickets
test_tickets with data set #7
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_tickets_test::test_tickets with data set #7 ('PHPBB3-12195', '[url=//example.org/][img]//example.org/img.png[/img][/url]', '<a href="//example.org/" class="postlink"><img src="//example.org/img.png" alt="Image"></a>', '/home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/text_processing/../fixtures/empty.xml', NULL, NULL) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<a href="//example.org/" class="postlink"><img src="//example.org/img.png" alt="Image"></a> +ArrayArray[/url] (1 more lines...) |
||||
phpbb_text_processing_tickets_test::test_tickets
test_tickets with data set #8
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_tickets_test::test_tickets with data set #8 ('PHPBB3-3981', '[url]http://www.ööö.com[/url]', '<a href="http://www.xn--ndaaa.com" class="postlink">http://www.ööö.com</a>', '/home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/text_processing/../fixtures/empty.xml', 'before_assert_phpbb3_3981', NULL) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<a href="http://www.xn--ndaaa.com" class="postlink">http://www.ööö.com</a> +Array (1 more lines...) |
||||
phpbb_text_processing_tickets_test::test_tickets
test_tickets with data set #9
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_text_processing_tickets_test::test_tickets with data set #9 ('PHPBB3-7187', '[quote]:geek: :ugeek:[/quote]', '<blockquote class="uncited"><div><img class="smilies" src="phpBB/images/smilies/icon_e_geek.gif" alt=":geek:" title="Geek"> <img class="smilies" src="phpBB/images/smilies/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek"></div></blockquote>', '/home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/text_processing/tickets_data/PHPBB3-7187.xml', NULL, NULL) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<blockquote class="uncited"><div><img class="smilies" src="phpBB/images/smilies/icon_e_geek.gif" alt=":geek:" title="Geek"> <img class="smilies" src="phpBB/images/smilies/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek"></div></blockquote> +Array<img class="smilies" src="phpBB/images/smilies/icon_e_geek.gif" alt=":geek:" title="Geek"> <img class="smilies" src="phpBB/images/smilies/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek">[/quote] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #0
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #0 ('[b]bold[/b]', '<span style="font-weight: bold">bold</span>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<span style="font-weight: bold">bold</span> +Arraybold[/b] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #1
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #1 ('[u]underlined[/u]', '<span style="text-decoration: underline">underlined</span>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<span style="text-decoration: underline">underlined</span> +Arrayunderlined[/u] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #10
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #10 ('[*]unparsed', '[*]unparsed') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -[*]unparsed +Arrayunparsed (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #11
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #11 ('[list][*]item[/list]', '<ul><li>item</li></ul>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<ul><li>item</li></ul> +ArrayArrayitem[/list] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #12
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #12 ('[list][*]item[/*][/list]', '<ul><li>item</li></ul>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<ul><li>item</li></ul> +ArrayArrayitem[/*][/list] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #13
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #13 ('[list=1][*]item[/list]', '<ol style="list-style-type: decimal"><li>item</li></ol>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<ol style="list-style-type: decimal"><li>item</li></ol> +ArrayArrayitem[/list] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #14
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #14 ('[list=a][*]item[/list]', '<ol style="list-style-type: lower-alpha"><li>item</li></ol>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<ol style="list-style-type: lower-alpha"><li>item</li></ol> +ArrayArrayitem[/list] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #15
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #15 ('[list=i][*]item[/list]', '<ol style="list-style-type: lower-roman"><li>item</li></ol>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<ol style="list-style-type: lower-roman"><li>item</li></ol> +ArrayArrayitem[/list] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #16
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #16 ('[list=I][*]item[/list]', '<ol style="list-style-type: upper-roman"><li>item</li></ol>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<ol style="list-style-type: upper-roman"><li>item</li></ol> +ArrayArrayitem[/list] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #17
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #17 ('[list=disc][*]item[/list]', '<ul style="list-style-type: disc"><li>item</li></ul>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<ul style="list-style-type: disc"><li>item</li></ul> +ArrayArrayitem[/list] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #18
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #18 ('[list=circle][*]item[/list]', '<ul style="list-style-type: circle"><li>item</li></ul>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<ul style="list-style-type: circle"><li>item</li></ul> +ArrayArrayitem[/list] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #19
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #19 ('[list=square][*]item[/list]', '<ul style="list-style-type: square"><li>item</li></ul>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<ul style="list-style-type: square"><li>item</li></ul> +ArrayArrayitem[/list] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #2
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #2 ('[i]italic[/i]', '<span style="font-style: italic">italic</span>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<span style="font-style: italic">italic</span> +Arrayitalic[/i] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #20
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #20 ('[img]https://area51.phpbb.com/images/area51.png[/img]', '<img src="https://area51.phpbb.com/images/area51.png" alt="Image">') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<img src="https://area51.phpbb.com/images/area51.png" alt="Image"> +Array (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #21
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #21 ('[url]https://area51.phpbb.com/[/url]', '<a href="https://area51.phpbb.com/" class="postlink">https://area51.phpbb.com/</a>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<a href="https://area51.phpbb.com/" class="postlink">https://area51.phpbb.com/</a> +Array (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #22
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #22 ('[url=https://area51.phpbb.com/]Area51[/url]', '<a href="https://area51.phpbb.com/" class="postlink">Area51</a>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<a href="https://area51.phpbb.com/" class="postlink">Area51</a> +ArrayArea51[/url] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #23
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #23 ('[email]bbcode-test@phpbb.com[/email]', '<a href="mailto:bbcode-test@phpbb.com">bbcode-test@phpbb.com</a>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<a href="mailto:bbcode-test@phpbb.com">bbcode-test@phpbb.com</a> +Array (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #24
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #24 ('[email=bbcode-test@phpbb.com]Email[/email]', '<a href="mailto:bbcode-test@phpbb.com">Email</a>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<a href="mailto:bbcode-test@phpbb.com">Email</a> +ArrayEmail[/email] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #25
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #25 ('[attachment=0]filename[/attachment]', '<div class="inline-attachment"><!-- ia0 -->filename<!-- ia0 --></div>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<div class="inline-attachment"><!-- ia0 -->filename<!-- ia0 --></div> +Array (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #26
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #26 ('[quote="[test]test"]test [ test[/quote]', '<blockquote><div><cite>[test]test wrote:</cite>test [ test</div></blockquote>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<blockquote><div><cite>[test]test wrote:</cite>test [ test</div></blockquote> +Arraytest [ test[/quote] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #27
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #27 ('[quote]test[/quote] test ] and [ test [quote]test[/quote]', '<blockquote class="uncited"><div>test</div></blockquote> test ] and [ test <blockquote class="uncited"><div>test</div></blockquote>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<blockquote class="uncited"><div>test</div></blockquote> test ] and [ test <blockquote class="uncited"><div>test</div></blockquote> +Arraytest[/quote] test ] and [ test Arraytest[/quote] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #28
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #28 ('[quote="["]test[/quote]', '<blockquote><div><cite>[ wrote:</cite>test</div></blockquote>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<blockquote><div><cite>[ wrote:</cite>test</div></blockquote> +Arraytest[/quote] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #29
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #29 ('[quote]test[/[/b]quote] test [/quote][/quote] test', '<blockquote class="uncited"><div>test[/[/b]quote] test </div></blockquote>[/quote] test') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<blockquote class="uncited"><div>test[/[/b]quote] test </div></blockquote>[/quote] test +Arraytest[/[/b]quote] test [/quote][/quote] test (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #3
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #3 ('[color=#FF0000]colored[/color]', '<span style="color: #FF0000">colored</span>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<span style="color: #FF0000">colored</span> +Arraycolored[/color] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #30
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #30 ('[quote="a"]a[/quote][quote="a]a[/quote]', '<blockquote><div><cite>a wrote:</cite>a</div></blockquote>[quote="a]a[/quote]') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<blockquote><div><cite>a wrote:</cite>a</div></blockquote>[quote="a]a[/quote] +Arraya[/quote][quote="a]a[/quote] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #31
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #31 ('[b]bold [i]bold + italic[/i][/b]', '<span style="font-weight: bold">bold <span style="font-style: italic">bold + italic</span></span>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<span style="font-weight: bold">bold <span style="font-style: italic">bold + italic</span></span> +Arraybold Arraybold + italic[/i][/b] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #32
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #32 ('[url=https://area51.phpbb.com/]Area51 [i]italic[/i][/url]', '<a href="https://area51.phpbb.com/" class="postlink">Area51 <span style="font-style: italic">italic</span></a>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<a href="https://area51.phpbb.com/" class="postlink">Area51 <span style="font-style: italic">italic</span></a> +ArrayArea51 Arrayitalic[/i][/url] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #33
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #33 ('[i]italic [url=https://area51.phpbb.com/]Area51[/url][/i]', '<span style="font-style: italic">italic <a href="https://area51.phpbb.com/" class="postlink">Area51</a></span>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<span style="font-style: italic">italic <a href="https://area51.phpbb.com/" class="postlink">Area51</a></span> +Arrayitalic ArrayArea51[/url][/i] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #34
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #34 ('[code]unparsed code [b]bold [i]bold + italic[/i][/b][/code]', '<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code [b]bold [i]bold + italic[/i][/b]</code></div>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code [b]bold [i]bold + italic[/i][/b]</code></div> +Arrayunparsed code Arraybold Arraybold + italic[/i][/b][/code] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #35
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #35 ('[code]unparsed code [quote="username"]quoted[/quote][/code]', '<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code [quote="username"]quoted[/quote]</code></div>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code [quote="username"]quoted[/quote]</code></div> +Arrayunparsed code Arrayquoted[/quote][/code] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #36
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #36 ('[b]bold [i]bold + italic[/b] italic[/i]', '<span style="font-weight: bold">bold <span style="font-style: italic">bold + italic</span></span><span style="font-style: italic"> italic</span>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<span style="font-weight: bold">bold <span style="font-style: italic">bold + italic</span></span><span style="font-style: italic"> italic</span> +Arraybold Arraybold + italic[/b] italic[/i] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #37
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #37 ('[code] line1 line2[/code]', '<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code> line1<br> line2</code></div>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code> line1<br> (5 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #38
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #38 ('... http://example.org ...', '... <a href="http://example.org" class="postlink">http://example.org</a> ...') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -... <a href="http://example.org" class="postlink">http://example.org</a> ... +... Array ... (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #39
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #39 ('... www.example.org ...', '... <a href="http://www.example.org" class="postlink">www.example.org</a> ...') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -... <a href="http://www.example.org" class="postlink">www.example.org</a> ... +... Array ... (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #4
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #4 ('[color=red]colored[/color]', '<span style="color: red">colored</span>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<span style="color: red">colored</span> +Arraycolored[/color] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #40
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #40 ('[quote="[url=http://example.org]xxx[/url]"]...[/quote]', '<blockquote><div><cite><a href="http://example.org" class="postlink">xxx</a> wrote:</cite>...</div></blockquote>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<blockquote><div><cite><a href="http://example.org" class="postlink">xxx</a> wrote:</cite>...</div></blockquote> +Array...[/quote] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #41
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #41 ('[quote="[url]http://example.org[/url]"]...[/quote]', '<blockquote><div><cite><a href="http://example.org" class="postlink">http://example.org</a> wrote:</cite>...</div></blockquote>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<blockquote><div><cite><a href="http://example.org" class="postlink">http://example.org</a> wrote:</cite>...</div></blockquote> +Array...[/quote] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #42
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #42 ('[quote="http://example.org"]...[/quote]', '<blockquote><div><cite><a href="http://example.org" class="postlink">http://example.org</a> wrote:</cite>...</div></blockquote>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<blockquote><div><cite><a href="http://example.org" class="postlink">http://example.org</a> wrote:</cite>...</div></blockquote> +Array...[/quote] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #5
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #5 ('[size=75]smaller[/size]', '<span style="font-size: 75%; line-height: normal">smaller</span>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<span style="font-size: 75%; line-height: normal">smaller</span> +Arraysmaller[/size] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #6
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #6 ('[quote]quoted[/quote]', '<blockquote class="uncited"><div>quoted</div></blockquote>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<blockquote class="uncited"><div>quoted</div></blockquote> +Arrayquoted[/quote] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #7
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #7 ('[quote="username"]quoted[/quote]', '<blockquote><div><cite>username wrote:</cite>quoted</div></blockquote>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<blockquote><div><cite>username wrote:</cite>quoted</div></blockquote> +Arrayquoted[/quote] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #8
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #8 ('[code]unparsed code[/code]', '<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code</code></div>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code</code></div> +Arrayunparsed code[/code] (1 more lines...) |
||||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting
test_default_formatting with data set #9
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #9 ('[list]no item[/list]', '<ul>no item</ul>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<ul>no item</ul> +Arrayno item[/list] (1 more lines...) |
||||
phpbb_textformatter_s9e_renderer_test::test_default_options
test_default_options with data set #4
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_renderer_test::test_default_options with data set #4 ('<r><FLASH url="http://localhost/foo.swf" width="123" height="456"><s>[flash=123,456]</s>http://localhost/foo.swf<e>[/flash]</e></FLASH></r>', '<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="123" height="456"><param name="movie" value="http://localhost/foo.swf"><param name="play" value="false"><param name="loop" value="false"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="internal"><embed src="http://localhost/foo.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="123" height="456" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></object>') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="123" height="456"><param name="movie" value="http://localhost/foo.swf"><param name="play" value="false"><param name="loop" value="false"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="internal"><embed src="http://localhost/foo.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="123" height="456" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></object> +Array (1 more lines...) |
||||
phpbb_textformatter_s9e_renderer_test::test_default_options
test_default_options with data set #6
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_renderer_test::test_default_options with data set #6 ('<r><IMG src="http://localhost/mrgreen.gif"><s>[img]</s><URL url="http://localhost/mrgreen.gif">http://localhost/mrgreen.gif</URL><e>[/img]</e></IMG></r>', '<img src="http://localhost/mrgreen.gif" alt="Image">') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<img src="http://localhost/mrgreen.gif" alt="Image"> +Array (1 more lines...) |
||||
phpbb_textformatter_s9e_renderer_test::test_default_options
test_default_options with data set #7
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_renderer_test::test_default_options with data set #7 ('<r><IMG src="http://localhost/mrgreen.gif"><s>[img]</s><URL url="http://localhost/mrgreen.gif">http://localhost/mrgreen.gif</URL><e>[/img]</e></IMG></r>', '<a href="http://localhost/mrgreen.gif" class="postlink">http://localhost/mrgreen.gif</a>', Closure) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<a href="http://localhost/mrgreen.gif" class="postlink">http://localhost/mrgreen.gif</a> +Array (1 more lines...) |
||||
phpbb_textformatter_s9e_renderer_test::test_options
test_options with data set #2
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_renderer_test::test_options with data set #2 ('<r><FLASH height="456" url="http://example.org/foo.swf" width="123"><s>[flash=123,456]</s><URL url="http://example.org/foo.swf">http://example.org/foo.swf</URL><e>[/flash]</e></FLASH></r>', '<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="123" height="456"><param name="movie" value="http://example.org/foo.swf"><param name="play" value="false"><param name="loop" value="false"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="internal"><embed src="http://example.org/foo.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="123" height="456" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></object>', array(true)) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="123" height="456"><param name="movie" value="http://example.org/foo.swf"><param name="play" value="false"><param name="loop" value="false"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="internal"><embed src="http://example.org/foo.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="123" height="456" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></object> +Array (1 more lines...) |
||||
phpbb_textformatter_s9e_renderer_test::test_options
test_options with data set #3
|
Failing since build #4668 (Manual run by Build Robot) | < 1 sec | ||
phpbb_textformatter_s9e_renderer_test::test_options with data set #3 ('<r><IMG src="http://example.org/foo.png"><s>[img]</s>http://example.org/foo.png<e>[/img]</e></IMG></r>', '<img src="http://example.org/foo.png" alt="Image">', array(true)) Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -<img src="http://example.org/foo.png" alt="Image"> +Array (1 more lines...) |