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-19 15:36:55 +0200
commit443c2c3357e491da1b520d3979798092cf2e6fb2 (patch)
treeb0349aa58c588f15ae809235df8670e8af4870a0 /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
+