Browse Source

Reworded CASSampleSpec test method to reflect single logout

Rob Winch 14 years ago
parent
commit
4d786d74cf

+ 1 - 1
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