From 4d786d74cfb108537bc19c0da7484ba7ed9e0201 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 11 May 2011 21:50:16 -0500 Subject: [PATCH] Reworded CASSampleSpec test method to reflect single logout --- .../springframework/security/samples/cas/CasSampleSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleSpec.groovy b/samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleSpec.groovy index 9ca243169a..36c2517ae1 100644 --- a/samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleSpec.groovy +++ b/samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleSpec.groovy @@ -118,7 +118,7 @@ class CasSampleSpec extends BaseSpec { at LoginPage } - def 'logging out of the cas server successfully logs out of the cas server'() { + def 'logging out of the cas server successfully logs out of the cas sample application'() { setup: 'login with ROLE_USER' to SecurePage at LoginPage