summaryrefslogtreecommitdiff
path: root/modules/syslog/syslog.test
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-10 17:27:54 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-10 17:27:54 +0000
commitea1bd5606ce2da6075fc4344e30e81d074d4eb7c (patch)
tree8f7ec536b62aaed73f026bef53252a05be5474bf /modules/syslog/syslog.test
parent5f40bd5becb4deb9663bdacae09b0847d569508a (diff)
downloadbrdo-ea1bd5606ce2da6075fc4344e30e81d074d4eb7c.tar.gz
brdo-ea1bd5606ce2da6075fc4344e30e81d074d4eb7c.tar.bz2
#606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :)
Diffstat (limited to 'modules/syslog/syslog.test')
-rw-r--r--modules/syslog/syslog.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/syslog/syslog.test b/modules/syslog/syslog.test
index 0efd7e3ed..6a0dbafd0 100644
--- a/modules/syslog/syslog.test
+++ b/modules/syslog/syslog.test
@@ -26,7 +26,7 @@ class SyslogTestCase extends DrupalWebTestCase {
if (defined('LOG_LOCAL6')) {
$this->drupalPost('admin/config/development/logging', array('syslog_facility' => LOG_LOCAL6), t('Save configuration'));
$this->assertText(t('The configuration options have been saved.'));
-
+
$this->drupalGet('admin/config/development/logging');
if ($this->parse()) {
$field = $this->xpath('//option[@value="' . LOG_LOCAL6 . '"]'); // Should be one field.