From 4ee2edc982a27616b9c53a472817c691a941bfde Mon Sep 17 00:00:00 2001 From: Andrei Sambra Date: Tue, 23 Jul 2019 14:11:18 +0300 Subject: [PATCH 1/5] fixes #20; add section pointing to the test suite and implementation report --- index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/index.html b/index.html index d1e2308..18a656c 100644 --- a/index.html +++ b/index.html @@ -1489,5 +1489,24 @@

Further Techniques

+ +
+

Test suite

+ + This section is non-normative. + +

+ The W3C Verifiable Claims Working Group has produced a + test suite in order + for implementers to validate their conformance with the current specifications. + Any conforming implementation MUST pass all tests in the test suite. +

+

+ You can review the current + draft implementation report, which contains conformance testing results for submitted + implementations supporting the Verifiable Credentials Data Model specification. +

+
+ From decc2b5763cd4fda784fd8368c02f8114e311481 Mon Sep 17 00:00:00 2001 From: Andrei Sambra Date: Wed, 24 Jul 2019 22:39:31 +0300 Subject: [PATCH 2/5] removes MUST from test suite section --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 18a656c..4720517 100644 --- a/index.html +++ b/index.html @@ -1499,7 +1499,7 @@

Test suite

The W3C Verifiable Claims Working Group has produced a test suite in order for implementers to validate their conformance with the current specifications. - Any conforming implementation MUST pass all tests in the test suite. + Conforming implementation are encouraged to pass all tests in the test suite.

You can review the current From 34852b2378cdc382a7a32b2ab218aab03d08bd98 Mon Sep 17 00:00:00 2001 From: Andrei Sambra Date: Wed, 24 Jul 2019 22:57:43 +0300 Subject: [PATCH 3/5] fixed typo in implementation(s) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4720517..036ef5b 100644 --- a/index.html +++ b/index.html @@ -1499,7 +1499,7 @@

Test suite

The W3C Verifiable Claims Working Group has produced a test suite in order for implementers to validate their conformance with the current specifications. - Conforming implementation are encouraged to pass all tests in the test suite. + Conforming implementations are encouraged to pass all tests in the test suite.

You can review the current From ba139b2f63e5c32a1017f5b390600570f6b74d33 Mon Sep 17 00:00:00 2001 From: Andrei Sambra Date: Thu, 25 Jul 2019 09:26:10 +0300 Subject: [PATCH 4/5] removed the entire line as suggested --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 036ef5b..d333f90 100644 --- a/index.html +++ b/index.html @@ -1498,8 +1498,7 @@

Test suite

The W3C Verifiable Claims Working Group has produced a test suite in order - for implementers to validate their conformance with the current specifications. - Conforming implementations are encouraged to pass all tests in the test suite. + for implementers to validate their conformance with the current specifications.

You can review the current From b9dcc730787b896c4b8def5fdfeba97d698d46fe Mon Sep 17 00:00:00 2001 From: Andrei Sambra Date: Fri, 26 Jul 2019 12:48:49 +0300 Subject: [PATCH 5/5] replaced validate with confirm --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d333f90..d260e6a 100644 --- a/index.html +++ b/index.html @@ -1498,7 +1498,7 @@

Test suite

The W3C Verifiable Claims Working Group has produced a test suite in order - for implementers to validate their conformance with the current specifications. + for implementers to confirm their conformance with the current specifications.

You can review the current