From 0e982f902f61dc824a369c6306a75e7c5041964c Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 11 Jun 2026 12:21:51 +0000 Subject: [PATCH] =?UTF-8?q?Guard=20all=20RdSAP-Schema-17.1=20corpus=20cert?= =?UTF-8?q?s=20in=20the=20strict=20parse+map=20bucket=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Schema-fix delivered in the prior slice; this promotes the 1000-cert corpus into the strict guard (matches 18.0/20.0.0). Co-Authored-By: Claude Opus 4.8 (1M context) --- infrastructure/epc_client/tests/test_mapper_corpus.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/infrastructure/epc_client/tests/test_mapper_corpus.py b/infrastructure/epc_client/tests/test_mapper_corpus.py index dbe5b42b..6a34832f 100644 --- a/infrastructure/epc_client/tests/test_mapper_corpus.py +++ b/infrastructure/epc_client/tests/test_mapper_corpus.py @@ -25,7 +25,12 @@ from datatypes.epc.domain.epc_property_data import EpcPropertyData from datatypes.epc.domain.mapper import EpcPropertyDataMapper SAMPLES = Path("backend/epc_api/json_samples") -SUPPORTED = {"RdSAP-Schema-21.0.1", "RdSAP-Schema-20.0.0", "RdSAP-Schema-18.0"} +SUPPORTED = { + "RdSAP-Schema-21.0.1", + "RdSAP-Schema-20.0.0", + "RdSAP-Schema-18.0", + "RdSAP-Schema-17.1", +} def _load(schema: str) -> list[dict[str, Any]]: