From fdefed23c28916de05df5f085a49a0ca2ff34d98 Mon Sep 17 00:00:00 2001 From: Kimura Youichi Date: Tue, 6 Jan 2015 13:31:51 +0900 Subject: [PATCH] fix conflicting primary keys in test fixtures (fixes #3754) --- test/fixtures/999_test_data.yml | 34 --------------------------------- 1 file changed, 34 deletions(-) diff --git a/test/fixtures/999_test_data.yml b/test/fixtures/999_test_data.yml index 6c456ce..0d5219d 100644 --- a/test/fixtures/999_test_data.yml +++ b/test/fixtures/999_test_data.yml @@ -19,10 +19,6 @@ Member: id: 5 name: "Tom" is_active: 1 - member_html_1: - id: 1055 - name: "<&\"'>Member.name ESCAPING HTML TEST DATA" - is_active: 1 MemberConfig: member_address_1: @@ -246,12 +242,6 @@ CommunityTopic: body: "こんにちは" Community: community_e Member: member_4 - community_topic_html_1: - id: 1055 - name: "<&\"'>CommunityTopic.name ESCAPING HTML TEST DATA" - body: "<&\"'>CommunityTopic.body ESCAPING HTML TEST DATA" - Community: community_a - Member: member_html_1 CommunityTopicComment: community_topic_comment_a_2: @@ -286,11 +276,6 @@ CommunityTopicComment: body: "こんにちは" CommunityTopic: community_topic_e_4 Member: member_5 - community_topic_comment_html_1: - id: 1055 - body: "<&\"'>CommunityTopicComment.body ESCAPING HTML TEST DATA" - CommunityTopic: community_topic_html_1 - Member: member_html_1 CommunityEvent: community_event_a_2: @@ -311,16 +296,6 @@ CommunityEvent: open_date_comment: 'いきしちに' area: '佐賀県' - community_event_html_1: - id: 1055 - Community: community_i - Member: member_2 - name: "<&\"'>CommunityEvent.name ESCAPING HTML TEST DATA" - body: "<&\"'>CommunityEvent.body ESCAPING HTML TEST DATA" - open_date: '2009-06-11' - open_date_comment: "<&\"'>CommunityEvent.open_date_comment ESCAPING HTML TEST DATA" - area: "<&\"'>CommunityEvent.area ESCAPING HTML TEST DATA" - CommunityEventComment: community_event_comment_a_2: CommunityEvent: community_event_a_2 @@ -330,11 +305,6 @@ CommunityEventComment: CommunityEvent: community_event_i_2 Member: member_5 body: 'こんにちは' - community_event_comment_html_1: - id: 1055 - CommunityEvent: community_event_html_1 - Member: member_html_1 - body: "<&\"'>CommunityEventComment.body ESCAPING HTML TEST DATA" CommunityEventMember: community_event_member_a_1: @@ -343,7 +313,3 @@ CommunityEventMember: community_event_member_a_2: CommunityEvent: community_event_a_2 Member: member_2 - community_event_member_html_1: - id: 1055 - CommunityEvent: community_event_html_1 - Member: member_html_1