]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from test/functional/wiki_controller_test.rb.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 24 Aug 2011 03:51:20 +0000 (03:51 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 24 Aug 2011 03:51:20 +0000 (03:51 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6558 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/wiki_controller_test.rb

index e32367b4f54e0e4921fac8405e347862296b3137..9450ac18ed0301603695edccdf8d08f1858c1d84 100644 (file)
@@ -250,7 +250,7 @@ class WikiControllerTest < ActionController::TestCase
     get :annotate, :project_id => 1, :id =>  'CookBook_documentation', :version => 2
     assert_response :success
     assert_template 'annotate'
-    
+
     # Line 1
     assert_tag :tag => 'tr', :child => {
       :tag => 'th', :attributes => {:class => 'line-num'}, :content => '1', :sibling => {
@@ -259,7 +259,7 @@ class WikiControllerTest < ActionController::TestCase
         }
       }
     }
-    
+
     # Line 5
     assert_tag :tag => 'tr', :child => {
       :tag => 'th', :attributes => {:class => 'line-num'}, :content => '5', :sibling => {