summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
blob: cda34c28c3c359131cc9c4e8bc793380d30f6be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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