diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-29 18:54:19 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-01 18:02:28 +0200 |
commit | 13124c51b656025e564aa455289a50922e70516d (patch) | |
tree | f637efc5197e9fdb3eb6dfa4ad5ce5598727043d /archaeological_finds | |
parent | 49e87a9cb4e32c30e004dbf87f1b8f4d8326282f (diff) | |
download | Ishtar-13124c51b656025e564aa455289a50922e70516d.tar.bz2 Ishtar-13124c51b656025e564aa455289a50922e70516d.zip |
Fix tests for setup.py runtests
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/fixtures/initial_data-fr.json | 30 |
1 files changed, 30 insertions, 0 deletions
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 + } } ] |