diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-07-18 22:58:15 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-07-18 22:58:15 -0700 |
commit | 1e99f4819efe5e1012e3f9f390fa4746e335bae4 (patch) | |
tree | 981a449a8824beb522db2b39e0f633ee6501a172 | |
parent | 116f8b6428eee4c0748c36f536f7c2155c0ad905 (diff) | |
download | brdo-1e99f4819efe5e1012e3f9f390fa4746e335bae4.tar.gz brdo-1e99f4819efe5e1012e3f9f390fa4746e335bae4.tar.bz2 |
Issue #822054 by agentrickard: Remove site_mission() cruft in system.test.
-rw-r--r-- | modules/system/system.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.test b/modules/system/system.test index 0fe0bc057..8a29ce531 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(); |