summaryrefslogtreecommitdiff
path: root/modules/block/block.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/block/block.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/block/block.test')
-rw-r--r--modules/block/block.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/block/block.test b/modules/block/block.test
index 3b67f4b92..544191915 100644
--- a/modules/block/block.test
+++ b/modules/block/block.test
@@ -111,17 +111,17 @@ class BlockTestCase extends DrupalWebTestCase {
*/
function testBlockVisibility() {
$block = array();
-
+
// Create a random title for the block
$title = $this->randomName(8);
-
+
// Create the custom block
$custom_block = array();
$custom_block['info'] = $this->randomName(8);
$custom_block['title'] = $title;
$custom_block['body'] = $this->randomName(32);
$this->drupalPost('admin/structure/block/add', $custom_block, t('Save block'));
-
+
$bid = db_query("SELECT bid FROM {block_custom} WHERE info = :info", array(':info' => $custom_block['info']))->fetchField();
$block['module'] = 'block';
$block['delta'] = $bid;
@@ -253,7 +253,7 @@ class NewDefaultThemeBlocks extends DrupalWebTestCase {
'group' => 'Block',
);
}
-
+
/**
* Check the enabled Garland blocks are correctly copied over.
*/
@@ -297,7 +297,7 @@ class BlockAdminThemeTestCase extends DrupalWebTestCase {
'group' => 'Block',
);
}
-
+
/**
* Check for the accessibility of the admin theme on the block admin page.
*/