backport fix from master

This commit is contained in:
Reinier Balt 2014-03-04 17:06:55 +01:00
parent 81db9b8033
commit 7a7fb00a6c

View file

@ -589,7 +589,7 @@ class TodosControllerTest < ActionController::TestCase
"due(1i)"=>"2007", "due(2i)"=>"1", "due(3i)"=>"2",
"show_from(1i)"=>"", "show_from(2i)"=>"", "show_from(3i)"=>"",
"project_id"=>"1",
"notes"=>"test notes", "description"=>"test_mobile_create_action", "state"=>"0"}}
"notes"=>"test notes", "description"=>"test_mobile_create_action"}}
assert_redirected_to '/mobile'
end