From 0929f733ea6940ed15d6be08dbab016f91f513d4 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Tue, 27 Aug 2013 14:43:33 +0200 Subject: [PATCH] Changed names to be the same as in Rainers document --- src/sp_test/tests.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sp_test/tests.py b/src/sp_test/tests.py index 02be25e..480737e 100644 --- a/src/sp_test/tests.py +++ b/src/sp_test/tests.py @@ -210,7 +210,7 @@ StatusCode is not success""", AuthnResponse_without_SubjectConfirmationData_1, None)], "tests": {"pre": [], "post": []} }, - 'FL10': { + 'FL09': { "name": ("SP should not accept a response InResponseTo ", "which is chosen randomly"), "sequence": [(Login, AuthnRequest, @@ -218,7 +218,7 @@ StatusCode is not success""", check.ErrorResponse)], "tests": {"pre": [], "post": []} }, - 'sp-07': { + 'FL10': { "name": ("SP should not accept an assertion InResponseTo ", "which is chosen randomly"), "sequence": [(Login, AuthnRequest, @@ -235,7 +235,7 @@ StatusCode is not success""", check.ErrorResponse)], "tests": {"pre": [], "post": []} }, - 'sp-09': { + 'FL12': { "name": ("Do the SP allow the InResponseTo attribute to be missing", "from the SubjectConfirmationData element?"), "sequence": [(Login, AuthnRequest, @@ -243,7 +243,7 @@ StatusCode is not success""", check.ErrorResponse)], "tests": {"pre": [], "post": []} }, - 'sp-10': { + 'FL13': { "name": "SP should not accept a broken DestinationURL attribute", "sequence": [(Login, AuthnRequest, AuthnResponse_broken_destination,