From 9e9a110f9d1ffce37b19b43e04c267eabadf1561 Mon Sep 17 00:00:00 2001
From: Vagelis Prokopiou <drz4007@gmail.com>
Date: Mon, 19 Dec 2016 12:43:05 +0200
Subject: [PATCH] Javascript

---
 src/Tests/CaptchaAdminTestCase.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Tests/CaptchaAdminTestCase.php b/src/Tests/CaptchaAdminTestCase.php
index 456998f..3e87063 100755
--- a/src/Tests/CaptchaAdminTestCase.php
+++ b/src/Tests/CaptchaAdminTestCase.php
@@ -227,7 +227,7 @@ class CaptchaAdminTestCase extends CaptchaBaseWebTestCase {
     // Visit user register form and check if JavaScript snippet is there.
     $this->drupalLogout();
     $this->drupalGet('user/register');
-    $this->assertNoRaw($xss, 'Javascript should not be allowed in CAPTCHA description.', 'CAPTCHA');
+    $this->assertNoRaw($xss, 'JavaScript should not be allowed in CAPTCHA description.', 'CAPTCHA');
   }
 
   /**
-- 
2.10.2.windows.1

