summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-04-06 18:07:54 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-04-06 18:07:54 +0000
commite92f3127e4974db2d658c5159ca62aef9fc37555 (patch)
tree1253a19fd82b18802a26055b1c9cbdc746dcf0b7
parentc66898259c9ca765a9435142dc79535bf534b159 (diff)
downloadredmine-e92f3127e4974db2d658c5159ca62aef9fc37555.tar.gz
redmine-e92f3127e4974db2d658c5159ca62aef9fc37555.zip
total_spent_hours not returned in 3.2 (#25526).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@16510 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/integration/api_test/issues_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/api_test/issues_test.rb b/test/integration/api_test/issues_test.rb
index 58f5b0a85..3480df86e 100644
--- a/test/integration/api_test/issues_test.rb
+++ b/test/integration/api_test/issues_test.rb
@@ -322,7 +322,6 @@ class Redmine::ApiTest::IssuesTest < Redmine::ApiTest::Base
json = ActiveSupport::JSON.decode(response.body)
assert_kind_of Float, json['issue']['spent_hours']
- assert_kind_of Float, json['issue']['total_spent_hours']
end
def test_show_should_include_issue_attributes