Преглед на файлове

Reworded CASSampleSpec test method to reflect single logout

Rob Winch преди 14 години
родител
ревизия
4d786d74cf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleSpec.groovy

+ 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