mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 17:26:06 +01:00
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
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
require File.expand_path('../../test_helper', __FILE__)
|
require File.expand_path('../../test_helper', __FILE__)
|
||||||
|
|
||||||
class WorkflowsControllerTest < Redmine::ControllerTest
|
class WorkflowsControllerTest < Redmine::ControllerTest
|
||||||
fixtures :roles, :trackers, :workflows, :users, :issue_statuses
|
fixtures :roles, :trackers, :workflows, :users, :issue_statuses, :custom_fields
|
||||||
|
|
||||||
def setup
|
def setup
|
||||||
User.current = nil
|
User.current = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user