@@ -22,7 +22,7 @@ run_tests();
22
22
23
23
__DATA__
24
24
25
- === TEST1 : Role check succeeds (whitelist)
25
+ === TEST 1 : Role check succeeds (whitelist)
26
26
The client which has the appropriate role accesses the resource.
27
27
--- backend
28
28
location /transactions/oauth_authrep.xml {
@@ -94,7 +94,7 @@ oauth failed with
94
94
95
95
96
96
97
- === TEST2 : Role check succeeds (blacklist)
97
+ === TEST 2 : Role check succeeds (blacklist)
98
98
The client which doesn't have the inappropriate role accesses the resource.
99
99
--- backend
100
100
location /transactions/oauth_authrep.xml {
@@ -169,7 +169,7 @@ oauth failed with
169
169
170
170
171
171
172
- === TEST3 : Role check fails (whitelist)
172
+ === TEST 3 : Role check fails (whitelist)
173
173
The client which doesn't have the appropriate role accesses the resource.
174
174
--- backend
175
175
location /transactions/oauth_authrep.xml {
@@ -240,7 +240,7 @@ auth failed
240
240
241
241
242
242
243
- === TEST4 : Role check fails (blacklist)
243
+ === TEST 4 : Role check fails (blacklist)
244
244
The client which has the inappropriate role accesses the resource.
245
245
--- backend
246
246
location /transactions/oauth_authrep.xml {
@@ -314,7 +314,7 @@ auth failed
314
314
315
315
316
316
317
- === TEST5 : Role check succeeds with Liquid template (whitelist)
317
+ === TEST 5 : Role check succeeds with Liquid template (whitelist)
318
318
The client which has the appropriate role accesses the resource.
319
319
--- backend
320
320
location /transactions/oauth_authrep.xml {
@@ -395,7 +395,7 @@ yay, api backend
395
395
oauth failed with
396
396
397
397
398
- === TEST6 : Role check with allow methods
398
+ === TEST 6 : Role check with allow methods
399
399
The client which has the appropriate role accesses the resource with only one method allowed
400
400
--- backend
401
401
location /transactions/oauth_authrep.xml {
@@ -473,7 +473,7 @@ The client which has the appropriate role accesses the resource with only one me
473
473
oauth failed with
474
474
475
475
476
- === TEST7 : Role check with allow methods and blacklist mode
476
+ === TEST 7 : Role check with allow methods and blacklist mode
477
477
Check an allowed role with the blacklisted mode with methods
478
478
--- backend
479
479
location /transactions/oauth_authrep.xml {
0 commit comments