diff options
Diffstat (limited to 'test/functional/wiki_controller_test.rb')
-rw-r--r-- | test/functional/wiki_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wiki_controller_test.rb b/test/functional/wiki_controller_test.rb index 9bffe66c7..5471fcf21 100644 --- a/test/functional/wiki_controller_test.rb +++ b/test/functional/wiki_controller_test.rb @@ -319,7 +319,7 @@ class WikiControllerTest < ActionController::TestCase put :update, :project_id => 1, :id => 'Another_page', :content => { - :comments => 'a' * 300, # failure here, comment is too long + :comments => 'a' * 1300, # failure here, comment is too long :text => 'edited' }, :wiki_page => { |