Development

#3169 (Askeed day 13, invalid fixtures)

You must first sign up to be able to contribute.

Ticket #3169 (closed documentation: wontfix)

Opened 9 months ago

Last modified 6 days ago

Askeed day 13, invalid fixtures

Reported by: FabianLange Assigned to: FabianLange
Priority: minor Milestone:
Component: askeet Version: 1.0.10
Keywords: Cc:
Qualification: Unreviewed

Description

there are proplems with the identifieers and duplicate data in these fixtures:

QuestionTag:
  t1: { question_id: q1, user_id: fabien, tag: relatives }
  t2: { question_id: q1, user_id: fabien, tag: girl }
  t4: { question_id: q1, user_id: francois, tag: activities }
  t6: { question_id: q2, user_id: francois, tag: 'real life' }
  t5: { question_id: q2, user_id: fabien, tag: relatives }
  t5: { question_id: q2, user_id: fabien, tag: present }
  t6: { question_id: q2, user_id: francois, tag: 'real life' }
  t7: { question_id: q3, user_id: francois, tag: blog }
  t8: { question_id: q3, user_id: francois, tag: activities }

Todo: Check if any of those is required by a later example and correct it.

Change History

03/20/08 14:06:46 changed by FabianLange

  • owner changed from fabien to FabianLange.
  • status changed from new to assigned.

04/16/08 00:26:45 changed by Carl.Vondrick

  • component changed from other to askeet.

11/27/08 10:46:39 changed by FabianLange

  • status changed from assigned to closed.
  • resolution set to wontfix.