Skip to content

Commit 6dac012

Browse files
committed
tests: enable more tests for v1.6
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent a8d1c65 commit 6dac012

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

tools/src/test/js/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"test": "run-s test:*",
1919
"test:json-schema-lint": "node -- json-schema-lint-tests.js",
2020
"test:json-schema-functional": "run-s test:json-schema-functional:*",
21+
"test:json-schema-functional:1.6": "node -- json-schema-functional-tests.js -v 1.6",
2122
"test:json-schema-functional:1.5": "node -- json-schema-functional-tests.js -v 1.5",
2223
"test:json-schema-functional:1.4": "node -- json-schema-functional-tests.js -v 1.4",
2324
"test:json-schema-functional:1.3": "node -- json-schema-functional-tests.js -v 1.3",

tools/src/test/php/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,27 @@
1818
],
1919
"test:json-schema-lint": "@php -f json-schema-lint-tests.php --",
2020
"test:json-schema-functional": [
21+
"@test:json-schema-functional:1.6",
2122
"@test:json-schema-functional:1.5",
2223
"@test:json-schema-functional:1.4",
2324
"@test:json-schema-functional:1.3",
2425
"@test:json-schema-functional:1.2"
2526
],
27+
"test:json-schema-functional:1.6": "@php -f json-schema-functional-tests.php -- -v 1.6 --",
2628
"test:json-schema-functional:1.5": "@php -f json-schema-functional-tests.php -- -v 1.5 --",
2729
"test:json-schema-functional:1.4": "@php -f json-schema-functional-tests.php -- -v 1.4 --",
2830
"test:json-schema-functional:1.3": "@php -f json-schema-functional-tests.php -- -v 1.3 --",
2931
"test:json-schema-functional:1.2": "@php -f json-schema-functional-tests.php -- -v 1.2 --",
3032
"test:xml-schema-functional": [
33+
"@test:xml-schema-functional:1.6",
3134
"@test:xml-schema-functional:1.5",
3235
"@test:xml-schema-functional:1.4",
3336
"@test:xml-schema-functional:1.3",
3437
"@test:xml-schema-functional:1.2",
3538
"@test:xml-schema-functional:1.1",
3639
"@test:xml-schema-functional:1.0"
3740
],
41+
"test:xml-schema-functional:1.6": "@php -f xml-schema-functional-tests.php -- -v 1.6 --",
3842
"test:xml-schema-functional:1.5": "@php -f xml-schema-functional-tests.php -- -v 1.5 --",
3943
"test:xml-schema-functional:1.4": "@php -f xml-schema-functional-tests.php -- -v 1.4 --",
4044
"test:xml-schema-functional:1.3": "@php -f xml-schema-functional-tests.php -- -v 1.3 --",

tools/src/test/resources/1.6/valid-evidence-1.6.textproto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# proto-file: bom-1.5.proto
1+
# proto-file: bom-1.6.proto
22
# proto-message: Bom
33

44
spec_version: "1.6"

0 commit comments

Comments
 (0)