Commit a6b2764
committed
Back to the two failures that were there before
The presence of a "Default binding" on the below page would seem
to indicate that if the binding is not present in the Array of arrays
then it will be set to the default:
https://github.com/simplesamlphp/simplesamlphp/blob/simplesamlphp-2.2/docs/simplesamlphp-metadata-endpoints.md
The test suite was expecting to be able to do this, though it was also
using the old direct single string representation.
It probably makes sense if we are moving to on the the array of arrays
syntax to either not show a default on the
simplesamlphp-metadata-endpoints page or to use the default if the
binding is not explicitly supplied.1 parent c57f61f commit a6b2764
2 files changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1230 | 1230 | | |
1231 | 1231 | | |
1232 | 1232 | | |
1233 | | - | |
| 1233 | + | |
1234 | 1234 | | |
1235 | 1235 | | |
1236 | 1236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
827 | 827 | | |
828 | 828 | | |
829 | 829 | | |
830 | | - | |
831 | 830 | | |
832 | 831 | | |
833 | 832 | | |
834 | 833 | | |
835 | | - | |
836 | 834 | | |
837 | 835 | | |
838 | 836 | | |
| |||
890 | 888 | | |
891 | 889 | | |
892 | 890 | | |
893 | | - | |
| 891 | + | |
894 | 892 | | |
895 | 893 | | |
896 | 894 | | |
| |||
0 commit comments