From 1cdb9d106b5d3df0c46a751dca2e7b7ab8e42c90 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Wed, 1 Jan 2020 00:00:00 +0100 Subject: Set up the project infrastructure --- tests/ChangeLog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/ChangeLog (limited to 'tests') diff --git a/tests/ChangeLog b/tests/ChangeLog new file mode 100644 index 0000000..cda34c2 --- /dev/null +++ b/tests/ChangeLog @@ -0,0 +1,33 @@ +2021-02-27 Vivien Kraus + + * resource-server.scm ("resource-server"): Fix this test. + + * provider-confirmation.scm ("provider-confirmation"): Fix test. + + * token-endpoint-issue.scm ("token-endpoint-issue"): Fix test. + + * token-endpoint-refresh.scm ("token-endpoint-refresh"): Fix test. + + * authorization-endpoint-submit-form.scm + ("authorization-endpoint-submit-form"): Fix test. + + * authorization-endpoint-no-args.scm + ("authorization-endpoint-get-form"): Fix test. + + * authorization-endpoint-get-form.scm: fix test. + + * client-manifest-public.scm ("client-manifest-public"): Use (web + client with-cache). + + * client-manifest-fraudulent.scm (webid-oidc): Use (web client with-cache). + + * jwks-get.scm ("jwks-get"): Key sets are not stripped from unused + fields anymore, so remove last test case. + + * Makefile.am (TESTS): Remove the "cache" test, because the cache + is a separate package. + +2021-02-07 Vivien Kraus + + * authorization-endpoint-get-form.scm ("authorization-endpoint-get-form"): fix formatting + -- cgit v1.2.3