]> source.dussan.org Git - redmine.git/commit
Fix random test failure, assertion must be made against displayed values.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 1 Dec 2018 11:43:22 +0000 (11:43 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 1 Dec 2018 11:43:22 +0000 (11:43 +0000)
commit78a15a23b418ff0cafb5c88bc775c17c1726e156
treeba4b7dfad92f2a916a4eee730fc3bd736e7288fd
parent6309131c139044fd6d3bb1264cffdefbe28a307b
Fix random test failure, assertion must be made against displayed values.

IssuesControllerTest#test_index_sort_by_spent_hours_should_sort_by_visible_spent_hours
Expected: [3.0, 0.0, 0.0]
  Actual: [3.0, 4.0, 0.0]

git-svn-id: http://svn.redmine.org/redmine/trunk@17672 e93f8b46-1217-0410-a6f0-8f06a7374b81
test/functional/issues_controller_test.rb
test/test_helper.rb