Skip to content

Commit

Permalink
Remove non-standard conformance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 17, 2023
1 parent 7f3fd2b commit cac1512
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 105 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [0.2.14] - Unreleased
- Removed non-standard conformance tests
- Improved documentation CSS

## [0.2.13] - 2023-01-16
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [0.2.14] - Unreleased
- Removed non-standard conformance tests
- Improved documentation CSS

## [0.2.13] - 2023-01-16
Expand Down
68 changes: 0 additions & 68 deletions iscc_core/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
37 changes: 0 additions & 37 deletions tests/inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cac1512

Please sign in to comment.