diff --git a/CHANGELOG.md b/CHANGELOG.md index 74cd997..82990b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## [0.2.14] - Unreleased +- Removed non-standard conformance tests - Improved documentation CSS ## [0.2.13] - 2023-01-16 diff --git a/docs/changelog.md b/docs/changelog.md index 74cd997..82990b6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,7 @@ # Changelog ## [0.2.14] - Unreleased +- Removed non-standard conformance tests - Improved documentation CSS ## [0.2.13] - 2023-01-16 diff --git a/iscc_core/data.json b/iscc_core/data.json index a64d33e..2aee4b8 100644 --- a/iscc_core/data.json +++ b/iscc_core/data.json @@ -514,73 +514,5 @@ "iscc": "ISCC:KACYPXW445FTYNJ3CYSXHAFJMA2HUWULUNRFE3BLHRSCXYH2M5AEGQY" } } - }, - "gen_iscc_id_v0": { - "test_0000_single_component": { - "inputs": [ - "EAA75Q74YXNZC4EK", - 0, - "1Bq568oLhi5HvdgC6rcBSGmu4G3FeAntCz", - 0 - ], - "outputs": { - "iscc": "ISCC:MAAJVNGQOUGKGDRH" - } - }, - "test_0001_single_component_uc1": { - "inputs": [ - "EAA75Q74YXNZC4EK", - 0, - "1Bq568oLhi5HvdgC6rcBSGmu4G3FeAntCz", - 1 - ], - "outputs": { - "iscc": "ISCC:MAAZVNGQOUGKGDRHAE" - } - }, - "test_0002_single_component": { - "inputs": [ - "EAA75Q74YXNZC4EK", - 0, - "1Bq568oLhi5HvdgC6rcBSGmu4G3FeAntCz", - 0 - ], - "outputs": { - "iscc": "ISCC:MAAJVNGQOUGKGDRH" - } - }, - "test_0003_single_component_uc_2byte": { - "inputs": [ - "EAA75Q74YXNZC4EK", - 0, - "1Bq568oLhi5HvdgC6rcBSGmu4G3FeAntCz", - 257 - ], - "outputs": { - "iscc": "ISCC:MABJVNGQOUGKGDRHQEBA" - } - }, - "test_0004_multi_component": { - "inputs": [ - "AAAQIPKHHND6APX6EAA75Q74YXNZC4EK", - 1, - "1Bq568oLhi5HvdgC6rcBSGmu4G3FeAntCz", - 0 - ], - "outputs": { - "iscc": "ISCC:MEAJVNHMOY3KO3RJ" - } - }, - "test_0005_single_instance_code": { - "inputs": [ - "IAA5OSMB56TQUDEI", - 0, - "1Bq568oLhi5HvdgC6rcBSGmu4G3FeAntCz", - 0 - ], - "outputs": { - "iscc": "ISCC:MAAPVHK2BATN7FK3" - } - } } } \ No newline at end of file diff --git a/tests/inputs.yaml b/tests/inputs.yaml index 41942ba..b642eba 100644 --- a/tests/inputs.yaml +++ b/tests/inputs.yaml @@ -224,40 +224,3 @@ gen_iscc_code_v0: test_0004_ordering: inputs: - ["EAARMJLTQCUWAND2", "AAAYPXW445FTYNJ3", "IADWIK7A7JTUAQ2D6QARX7OBEIK3OOUAM42LOBLCZ4ZOGDLRHMDL6TQ", "GABVVC5DMJJGYKZ4ZBYVNYABFFYXG"] -gen_iscc_id_v0: - test_0000_single_component: - inputs: - - EAA75Q74YXNZC4EK - - 0 - - 1Bq568oLhi5HvdgC6rcBSGmu4G3FeAntCz - - 0 - test_0001_single_component_uc1: - inputs: - - EAA75Q74YXNZC4EK - - 0 - - 1Bq568oLhi5HvdgC6rcBSGmu4G3FeAntCz - - 1 - test_0002_single_component: - inputs: - - EAA75Q74YXNZC4EK - - 0 - - 1Bq568oLhi5HvdgC6rcBSGmu4G3FeAntCz - - 0 - test_0003_single_component_uc_2byte: - inputs: - - EAA75Q74YXNZC4EK - - 0 - - 1Bq568oLhi5HvdgC6rcBSGmu4G3FeAntCz - - 257 - test_0004_multi_component: - inputs: - - AAAQIPKHHND6APX6EAA75Q74YXNZC4EK - - 1 - - 1Bq568oLhi5HvdgC6rcBSGmu4G3FeAntCz - - 0 - test_0005_single_instance_code: - inputs: - - IAA5OSMB56TQUDEI - - 0 - - 1Bq568oLhi5HvdgC6rcBSGmu4G3FeAntCz - - 0