From 13a0740db5fa109f74ffbaf69528ee82f91b4f45 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 29 Jan 2020 18:54:19 +0100 Subject: Fix tests for setup.py runtests --- archaeological_finds/fixtures/initial_data-fr.json | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'archaeological_finds') diff --git a/archaeological_finds/fixtures/initial_data-fr.json b/archaeological_finds/fixtures/initial_data-fr.json index 3125ab8da..b3cda2cfd 100644 --- a/archaeological_finds/fixtures/initial_data-fr.json +++ b/archaeological_finds/fixtures/initial_data-fr.json @@ -7035,5 +7035,35 @@ "comment": "", "available": true } +}, +{ + "model": "archaeological_finds.checkedtype", + "fields": { + "label": "Non v\u00e9rifi\u00e9", + "txt_idx": "not-checked", + "comment": null, + "available": true, + "order": 10 + } +}, +{ + "model": "archaeological_finds.checkedtype", + "fields": { + "label": "V\u00e9rifi\u00e9 mais incorrect", + "txt_idx": "checked-not-correct", + "comment": "", + "available": false, + "order": 20 + } +}, +{ + "model": "archaeological_finds.checkedtype", + "fields": { + "label": "V\u00e9rifi\u00e9 et correct", + "txt_idx": "checked-correct", + "comment": null, + "available": true, + "order": 30 + } } ] -- cgit v1.2.3