Sfoglia il codice sorgente

Test failure (#23996).

git-svn-id: http://svn.redmine.org/redmine/trunk@15968 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.4.0
Jean-Philippe Lang 7 anni fa
parent
commit
5e2f833f0c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      test/functional/issues_controller_transaction_test.rb

+ 1
- 1
test/functional/issues_controller_transaction_test.rb Vedi File

assert_response :success assert_response :success
end end


assert_select 'input[name=?][value=?]', 'time_entry[hours]', '2.5'
assert_select 'input[name=?][value=?]', 'time_entry[hours]', '2.50'
assert_select 'input[name=?][value=?]', 'time_entry[comments]', 'should not be added' assert_select 'input[name=?][value=?]', 'time_entry[comments]', 'should not be added'
assert_select 'select[name=?]', 'time_entry[activity_id]' do assert_select 'select[name=?]', 'time_entry[activity_id]' do
assert_select 'option[value=?][selected=selected]', TimeEntryActivity.first.id.to_s assert_select 'option[value=?][selected=selected]', TimeEntryActivity.first.id.to_s

Loading…
Annulla
Salva