1
|
ApplicationHelperTest with RedCloth 4..2.2 and JRuby 1.3.1 on Windows results:
|
2
|
1) Failure:
|
3
|
test_allowed_html_tags(ApplicationHelperTest):
|
4
|
<"this is <tag>a tag</tag>"> expected but was <"this is <tag>a tag</tag>">.
|
5
|
C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:259:in `test_allowed_html_tags'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:259:in `each'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:259:in `test_allowed_html_tags'C:/jruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:60:in `run_with_callbacks_and_testunit'
|
6
|
|
7
|
|
8
|
2) Failure:
|
9
|
test_auto_links(ApplicationHelperTest):
|
10
|
<"<p><a class=\"external\" href=\"http://foo.bar\">http://foo.bar</a></p>"> expected but was <"<p>http://foo.bar</p>">.
|
11
|
C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:66:in `test_auto_links'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:66:in `each'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:66:in `test_auto_links'C:/jruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:60:in `run_with_callbacks_and_testunit'
|
12
|
|
13
|
|
14
|
3) Failure:
|
15
|
test_auto_mailto(ApplicationHelperTest):
|
16
|
<"<p><a href=\"mailto:test@foo.bar\" class=\"email\">test@foo.bar</a></p>"> expected but was <"<p>test@foo.bar</p>">.
|
17
|
C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:70:in `test_auto_mailto'C:/jruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:60:in `run_with_callbacks_and_testunit'
|
18
|
|
19
|
|
20
|
4) Failure:
|
21
|
test_blockquote(ApplicationHelperTest):
|
22
|
<"<p>Johnsaid:</p><blockquote>Loremipsumdolorsitamet,consectetueradipiscingelit.Maecenassedlibero.Nullamcommodometusaccumsannulla.Curabiturlobortisduiiddolor.<ul><li>Donecodiolorem,</li><li>sagittisac,</li><li>malesuadain,</li><li>adipiscingeu,dolor.</li></ul><blockquote><p>Nullavariuspulvinardiam.Proinidarcuidloremscelerisquecondimentum.Proinvehiculaturpisvitaelacus.</p></blockquote><p>Proinatellus.Namvelneque.</p></blockquote><p>He'sright.</p>"> expected but was <"<p>Johnsaid:<br/>>Loremipsumdolorsitamet,consectetueradipiscingelit.Maecenassedlibero.<br/>>Nullamcommodometusaccumsannulla.Curabiturlobortisduiiddolor.<br/>>*Donecodiolorem,<br/>>*sagittisac,<br/>>*malesuadain,<br/>>*adipiscingeu,dolor.<br/>><br/>>>Nullavariuspulvinardiam.Proinidarcuidloremscelerisquecondimentum.Proinvehiculaturpisvitaelacus.<br/>>Proinatellus.Namvelneque.</p><p>He’sright.</p>">.
|
23
|
C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:390:in `test_blockquote'C:/jruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:60:in `run_with_callbacks_and_testunit'
|
24
|
|
25
|
|
26
|
5) Failure:
|
27
|
test_footnotes(ApplicationHelperTest):
|
28
|
<"<p>This is some text<sup><a href=\"#fn1\">1</a></sup>.</p><p id=\"fn1\" class=\"footnote\"><sup>1</sup> This is the foot note</p>"> expected but was <"<p>This is some text<sup class=\"footnote\"><a href=\"#fn1\">1</a></sup>.</p><p class=\"footnote\" id=\"fn1\"><sup>1</sup> This is the foot note</p>">.
|
29
|
C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:319:in `test_footnotes'C:/jruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:60:in `run_with_callbacks_and_testunit'
|
30
|
|
31
|
|
32
|
6) Failure:
|
33
|
test_html_tags(ApplicationHelperTest):
|
34
|
<"<p><div>content</div></p>"> expected but was <"<div>content</div>">.
|
35
|
C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:250:in `test_html_tags'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:250:in `each'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:250:in `test_html_tags'C:/jruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:60:in `run_with_callbacks_and_testunit'
|
36
|
|
37
|
|
38
|
7) Failure:
|
39
|
test_inline_images(ApplicationHelperTest):
|
40
|
<"<p>floating <div style=\"float:right\"><img src=\"http://foo.bar/image.jpg\" alt=\"\" /></div></p>"> expected but was <"<p>floating <img src=\"http://foo.bar/image.jpg\" alt=\"\" /></p>">.
|
41
|
C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:84:in `test_inline_images'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:84:in `each'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:84:in `test_inline_images'C:/jruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:60:in `run_with_callbacks_and_testunit'
|
42
|
|
43
|
|
44
|
8) Failure:
|
45
|
test_redmine_links(ApplicationHelperTest):
|
46
|
<"<p><a href=\"/documents/1\" class=\"document\">Test document</a></p>"> expected but was <"<p>document:“Test document”</p>">.
|
47
|
C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:201:in `test_redmine_links'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:201:in `each'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:201:in `test_redmine_links'C:/jruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:60:in `run_with_callbacks_and_testunit'
|
48
|
|
49
|
|
50
|
9) Failure:
|
51
|
test_table_of_content(ApplicationHelperTest):
|
52
|
<false> is not true.
|
53
|
C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:350:in `test_table_of_content'C:/jruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:60:in `run_with_callbacks_and_testunit'
|
54
|
|
55
|
|
56
|
10) Failure:
|
57
|
test_textile_external_links(ApplicationHelperTest):
|
58
|
<"<p>This is a <a href=\"http://foo.bar\" class=\"external\">link</a></p>"> expected but was <"<p>This is a <a href=\"http://foo.bar\">link</a></p>">.
|
59
|
C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:121:in `test_textile_external_links'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:121:in `each'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:121:in `test_textile_external_links'C:/jruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:60:in `run_with_callbacks_and_testunit'
|
60
|
|
61
|
|
62
|
11) Failure:
|
63
|
test_wiki_horizontal_rule(ApplicationHelperTest):
|
64
|
<"<p>Dashes: ---</p>"> expected but was <"<p>Dashes: <del>-</del></p>">.
|
65
|
C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:299:in `test_wiki_horizontal_rule'C:/jruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:60:in `run_with_callbacks_and_testunit'
|
66
|
|
67
|
|
68
|
12) Failure:
|
69
|
test_wiki_links_in_tables(ApplicationHelperTest):
|
70
|
<"<table><tr><td><a href=\"/projects/ecookbook/wiki/Page\" class=\"wiki-page new\">Link title</a></td><td><a href=\"/projects/ecookbook/wiki/Other_Page\" class=\"wiki-page new\">Other title</a></td></tr><tr><td>Cell 21</td><td><a href=\"/projects/ecookbook/wiki/Last_page\" class=\"wiki-page new\">Last page</a></td></tr></table>"> expected but was <"<table><tr><td>[[Page</td><td>Link title]]</td><td>[[Other Page</td><td>Other title]]</td></tr><tr><td>Cell 21</td><td><a href=\"/projects/ecookbook/wiki/Last_page\" class=\"wiki-page new\">Last page</a></td></tr></table>">.
|
71
|
C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:284:in `test_wiki_links_in_tables'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:284:in `each'C:\Depots\redmine\test\unit\helpers\application_helper_test.rb:284:in `test_wiki_links_in_tables'C:/jruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:60:in `run_with_callbacks_and_testunit'
|
72
|
|
73
|
|
74
|
Finished in 7,102 seconds.
|
75
|
23 tests, 12 failures, 0 errors
|