From bb6494c0d83cb14590f749c09375e6a3cde82850 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Mon, 18 Jul 2011 22:58:08 -0700
Subject: [PATCH] Issue #822054 by agentrickard: Remove site_mission() cruft in
 system.test.

---
 modules/system/system.test | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/system/system.test b/modules/system/system.test
index e0d046ece480..cdba27f00321 100644
--- a/modules/system/system.test
+++ b/modules/system/system.test
@@ -1824,7 +1824,6 @@ class TokenReplaceTestCase extends DrupalWebTestCase {
     // Set a few site variables.
     variable_set('site_name', '<strong>Drupal<strong>');
     variable_set('site_slogan', '<blink>Slogan</blink>');
-    variable_set('site_mission', '<em>Mission</em>');
 
     // Generate and test sanitized tokens.
     $tests = array();
-- 
GitLab