diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-10 07:57:02 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-10 07:57:02 +0000 |
commit | 1878abad702e29fdaea562f4e05e0e790b25783c (patch) | |
tree | 08e52db17bd3446c187ad93f48240bf0fcd94648 /modules/update | |
parent | 5cc7c8b5a6a9e10a6cc073407fed3e63aa085343 (diff) | |
download | brdo-1878abad702e29fdaea562f4e05e0e790b25783c.tar.gz brdo-1878abad702e29fdaea562f4e05e0e790b25783c.tar.bz2 |
#600776 by dww: Removed stray whitespace in update.test.
Diffstat (limited to 'modules/update')
-rw-r--r-- | modules/update/update.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/update/update.test b/modules/update/update.test index a274e3864..e6c819482 100644 --- a/modules/update/update.test +++ b/modules/update/update.test @@ -279,7 +279,7 @@ class UpdateTestContribCase extends UpdateTestHelper { // Define the initial state for core and the subtheme. $system_info = array( - // We want core to be version 7.0. + // We want core to be version 7.0. '#all' => array( 'version' => '7.0', ), @@ -321,7 +321,7 @@ class UpdateTestContribCase extends UpdateTestHelper { // Define the initial state for core and the test contrib themes. $system_info = array( - // We want core to be version 7.0. + // We want core to be version 7.0. '#all' => array( 'version' => '7.0', ), |