Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
This commit is contained in:
commit
fc8be60634
1105 changed files with 14278 additions and 4667 deletions
|
@ -123,7 +123,7 @@ class WikiControllerTest < ActionController::TestCase
|
|||
|
||||
r = process 'edit', 'web' => 'wiki1', 'id' => 'With : Special /> symbols'
|
||||
assert_response(:success)
|
||||
xml = REXML::Document.new(r.body)
|
||||
xml = REXML::Document.new(r.body.to_str)
|
||||
form = REXML::XPath.first(xml, '//form')
|
||||
assert_equal '/wiki1/save/With+%3A+Special+%2F%3E+symbols', form.attributes['action']
|
||||
end
|
||||
|
|
|
@ -414,7 +414,7 @@ END_THM
|
|||
:author => Author.new('DavidHeinemeierHansson'))
|
||||
|
||||
assert_equal "<tt>hello</tt> that <span class='newWikiWord'>Smart Engine GUI" +
|
||||
"<a href='../show/SmartEngineGUI'>?</a></span>\n\n",
|
||||
"<a href='../show/SmartEngineGUI'>?</a></span>",
|
||||
x_test_renderer(@revision).display_content
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue