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 --- .../fixtures/initial_data-fr.json | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'archaeological_operations') diff --git a/archaeological_operations/fixtures/initial_data-fr.json b/archaeological_operations/fixtures/initial_data-fr.json index 9b794b744..07b4290bb 100644 --- a/archaeological_operations/fixtures/initial_data-fr.json +++ b/archaeological_operations/fixtures/initial_data-fr.json @@ -3133,5 +3133,35 @@ "available": true, "order": 4 } +}, +{ + "model": "archaeological_operations.recordqualitytype", + "fields": { + "label": "Non document\u00e9", + "txt_idx": "not-documented", + "comment": null, + "available": true, + "order": 10 + } +}, +{ + "model": "archaeological_operations.recordqualitytype", + "fields": { + "label": "Arbitraire", + "txt_idx": "arbitrary", + "comment": null, + "available": true, + "order": 20 + } +}, +{ + "model": "archaeological_operations.recordqualitytype", + "fields": { + "label": "Fiable", + "txt_idx": "reliable", + "comment": null, + "available": true, + "order": 30 + } } ] -- cgit v1.2.3