aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data
diff options
context:
space:
mode:
authorAdam Janovsky2022-06-22 20:33:48 +0200
committerAdam Janovsky2022-06-22 20:33:48 +0200
commiteca01edd4cc9f62ddae9bc400cea9a9f0ac51cd9 (patch)
tree22669e4f0cc8db87856f8327c2f9bd4316324bdc /tests/data
parent52ead1014c58a26509e5992089d735b199293384 (diff)
downloadsec-certs-eca01edd4cc9f62ddae9bc400cea9a9f0ac51cd9.tar.gz
sec-certs-eca01edd4cc9f62ddae9bc400cea9a9f0ac51cd9.tar.zst
sec-certs-eca01edd4cc9f62ddae9bc400cea9a9f0ac51cd9.zip
fix CommonCriteriaCert.InternalState constructor
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/test_cc_oop/fictional_cert.json6
-rw-r--r--tests/data/test_cc_oop/toy_dataset.json12
2 files changed, 15 insertions, 3 deletions
diff --git a/tests/data/test_cc_oop/fictional_cert.json b/tests/data/test_cc_oop/fictional_cert.json
index 441ae7d2..7d74759c 100644
--- a/tests/data/test_cc_oop/fictional_cert.json
+++ b/tests/data/test_cc_oop/fictional_cert.json
@@ -42,7 +42,11 @@
"report_convert_ok": true,
"st_extract_ok": true,
"report_extract_ok": true,
- "errors": []
+ "errors": [],
+ "st_pdf_hash": null,
+ "report_pdf_hash": null,
+ "st_txt_hash": null,
+ "report_txt_hash": null
},
"pdf_data": {
"_type": "PdfData",
diff --git a/tests/data/test_cc_oop/toy_dataset.json b/tests/data/test_cc_oop/toy_dataset.json
index 740ddf1b..91669453 100644
--- a/tests/data/test_cc_oop/toy_dataset.json
+++ b/tests/data/test_cc_oop/toy_dataset.json
@@ -49,7 +49,11 @@
"report_convert_ok": true,
"st_extract_ok": true,
"report_extract_ok": true,
- "errors": []
+ "errors": [],
+ "st_pdf_hash": null,
+ "report_pdf_hash": null,
+ "st_txt_hash": null,
+ "report_txt_hash": null
},
"pdf_data": {
"_type": "PdfData",
@@ -126,7 +130,11 @@
"report_convert_ok": true,
"st_extract_ok": true,
"report_extract_ok": true,
- "errors": []
+ "errors": [],
+ "st_pdf_hash": null,
+ "report_pdf_hash": null,
+ "st_txt_hash": null,
+ "report_txt_hash": null
},
"pdf_data": {
"_type": "PdfData",