From bb6494c0d83cb14590f749c09375e6a3cde82850 Mon Sep 17 00:00:00 2001 From: webchick 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 e0d046ece48..cdba27f0032 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', 'Drupal'); variable_set('site_slogan', 'Slogan'); - variable_set('site_mission', 'Mission'); // Generate and test sanitized tokens. $tests = array();