From 4f5f1f394537d2b91a156310d6b2d41a9437df73 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 1 Dec 2018 12:35:45 +0000 Subject: [PATCH] Tests 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@17674 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/version_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unit/version_test.rb b/test/unit/version_test.rb index 40014375a..b05096067 100644 --- a/test/unit/version_test.rb +++ b/test/unit/version_test.rb @@ -19,7 +19,8 @@ require File.expand_path('../../test_helper', __FILE__) class VersionTest < ActiveSupport::TestCase fixtures :projects, :users, :issues, :issue_statuses, :trackers, - :enumerations, :versions, :projects_trackers + :enumerations, :versions, :projects_trackers, + :custom_fields, :custom_fields_trackers, :custom_fields_projects def test_create v = Version.new(:project => Project.find(1), :name => '1.1', -- 2.39.5