summaryrefslogtreecommitdiff
path: root/modules/block
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-25 15:51:21 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-25 15:51:21 +0000
commit2f76c696c013f5cbaec91ac724c39297611539b3 (patch)
treead61188e6599f6e353052c46e8e77916446736b4 /modules/block
parente027699979be3dd671390a259ef60d6c7410890e (diff)
downloadbrdo-2f76c696c013f5cbaec91ac724c39297611539b3.tar.gz
brdo-2f76c696c013f5cbaec91ac724c39297611539b3.tar.bz2
#445736 by sun: Fixed Poll does not respect weight in Preview or More button.
Diffstat (limited to 'modules/block')
-rw-r--r--modules/block/block.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.test b/modules/block/block.test
index c3d02f34c..bb49fb57b 100644
--- a/modules/block/block.test
+++ b/modules/block/block.test
@@ -254,7 +254,7 @@ class BlockTestCase extends DrupalWebTestCase {
':region-class' => 'region region-' . str_replace('_', '-', $region),
':block-id' => 'block-' . $block['module'] . '-' . $block['delta'],
));
- $this->assertFieldByXPath($xpath, FALSE, t('Custom block found in %region_name region.', array('%region_name' => $region)));
+ $this->assertFieldByXPath($xpath, NULL, t('Custom block found in %region_name region.', array('%region_name' => $region)));
}
/**