signindex: add JSON check for entry.json

Ran this to generate/refresh the test index files:
`cd tests; ../fdroid update --nosign --pretty`

* converts config.py description to a single line, since the values are no
  longer stripped, so this give the same output.

closes #835
This commit is contained in:
Hans-Christoph Steiner 2023-02-17 12:39:15 +01:00 committed by Jochen Sprickerhof
parent 6e2b4f65c2
commit 0c9f62a5fe
11 changed files with 1048 additions and 31 deletions

11
tests/repo/entry.json Normal file
View file

@ -0,0 +1,11 @@
{
"timestamp": 1676634233000,
"version": 20002,
"index": {
"name": "/index-v2.json",
"sha256": "da1d651eb7bbc27d2334819c591baa5afb70b01397849de515dade624a96de6d",
"size": 32946,
"numPackages": 10
},
"diffs": {}
}