summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-01-01 00:00:00 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-05 16:08:12 +0200
commit4f9d02b9b4c84d567709e0325642ac55e068a1ee (patch)
tree93e1b520f878b34da2a046cc3440fd9cec25157c /tests
parent0e29ddc3c41870e14da87770a429a94f80dd4110 (diff)
Set up the project infrastructure
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog33
1 files changed, 33 insertions, 0 deletions
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 <vivien@planete-kraus.eu>
+
+ * 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 <vivien@planete-kraus.eu>
+
+ * authorization-endpoint-get-form.scm ("authorization-endpoint-get-form"): fix formatting
+