From 58e3e4e441f86218af9b435b3508a47ace867cc9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 13 Dec 2018 17:38:43 +0000 Subject: [PATCH] Test failure with SQLite3. ActiveRecord::RecordNotUnique: SQLite3::ConstraintException: UNIQUE constraint failed: custom_fields_trackers.custom_field_id, custom_fields_trackers.tracker_id: INSERT INTO "custom_fields_trackers" ("custom_field_id", "tracker_id") VALUES (?, ?) git-svn-id: http://svn.redmine.org/redmine/trunk@17728 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/workflows_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/workflows_controller_test.rb b/test/functional/workflows_controller_test.rb index d33f4558d..45d50bba0 100644 --- a/test/functional/workflows_controller_test.rb +++ b/test/functional/workflows_controller_test.rb @@ -18,7 +18,7 @@ require File.expand_path('../../test_helper', __FILE__) class WorkflowsControllerTest < Redmine::ControllerTest - fixtures :roles, :trackers, :workflows, :users, :issue_statuses + fixtures :roles, :trackers, :workflows, :users, :issue_statuses, :custom_fields def setup User.current = nil