プロジェクト

全般

プロフィール

Vote #80230

完了

Add missing fixtures to ImportsControllerTest

Admin Redmine さんが約4年前に追加. 約4年前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
Code cleanup/refactoring_30
対象バージョン:
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
30
version_id:
127
issue_org_id:
31865
author_id:
362529
assigned_to_id:
332
comments:
1
status_id:
5
tracker_id:
3
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

@ImportsControllerTest#test_post_run_with_notifications@ has failed.

$ RAILS_ENV=test bundle exec rake db:migrate:reset

$ RAILS_ENV=test bundle exec rake test TEST=test/functional/imports_controller_test.rb
Run options: --seed 25105

# Running:

............F

Failure:
ImportsControllerTest#test_post_run_with_notifications [test/functional/imports_controller_test.rb:275]:
Expected: 6
  Actual: 3


bin/rails test test/functional/imports_controller_test.rb:240

..

Finished in 2.226044s, 6.7384 runs/s, 30.5475 assertions/s.
15 runs, 68 assertions, 1 failures, 0 errors, 0 skips

I think that because the fixtures is not enough.


diff --git a/test/functional/imports_controller_test.rb b/test/functional/imports_controller_test.rb
index 871a08346..ed9024306 100644
--- a/test/functional/imports_controller_test.rb
+++ b/test/functional/imports_controller_test.rb
@@ -21,7 +21,7 @@ require File.expand_path('../../test_helper', __FILE__)

 class ImportsControllerTest < Redmine::ControllerTest
   fixtures :projects, :enabled_modules,
-           :users, :email_addresses,
+           :users, :email_addresses, :user_preferences,
            :roles, :members, :member_roles,
            :issues, :issue_statuses,
            :trackers, :projects_trackers,

journals

Committed the fix. Thanks.
--------------------------------------------------------------------------------

Admin Redmine さんが約4年前に更新

  • カテゴリCode cleanup/refactoring_30 にセット
  • 対象バージョン4.1.0_127 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0