diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-30 07:59:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-30 07:59:26 +0000 |
commit | ea51c3215bc3defc45e87619f7b2232f85895fef (patch) | |
tree | dcef9202a1fec6385914c4ee48b13e80c25f3ce2 /modules/system/system.test | |
parent | 1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf (diff) | |
download | brdo-ea51c3215bc3defc45e87619f7b2232f85895fef.tar.gz brdo-ea51c3215bc3defc45e87619f7b2232f85895fef.tar.bz2 |
- Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files.
Diffstat (limited to 'modules/system/system.test')
-rw-r--r-- | modules/system/system.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.test b/modules/system/system.test index fada5816b..3d186a622 100644 --- a/modules/system/system.test +++ b/modules/system/system.test @@ -1244,7 +1244,7 @@ class SystemThemeFunctionalTest extends DrupalWebTestCase { $this->drupalPost('admin/appearance/settings', $edit, t('Save configuration')); $this->drupalGet('node'); $this->assertRaw($file->uri, t('Logo path successfully changed.')); - + // Upload a file to use for the logo. $file = current($this->drupalGetTestFiles('image')); $edit = array( |