diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-22 09:10:07 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-22 09:10:07 +0000 |
commit | f96c141f5aa99ed414eba4e0a520e5b4d9f91b76 (patch) | |
tree | acf51de08577f41ac635a84eb812109714087e81 /modules/upload/upload.test | |
parent | bb930bf6cc74f88d765818e9971aeda9977ff355 (diff) | |
download | brdo-f96c141f5aa99ed414eba4e0a520e5b4d9f91b76.tar.gz brdo-f96c141f5aa99ed414eba4e0a520e5b4d9f91b76.tar.bz2 |
- Patch #409750 by yched et al: overhaul and extend node build modes.
Diffstat (limited to 'modules/upload/upload.test')
-rw-r--r-- | modules/upload/upload.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/upload/upload.test b/modules/upload/upload.test index 7c07c516d..124c9bbd8 100644 --- a/modules/upload/upload.test +++ b/modules/upload/upload.test @@ -64,7 +64,7 @@ class UploadTestCase extends DrupalWebTestCase { // Assure that the attachment link appears on teaser view and has correct count. $node = node_load($node->nid); - $teaser = drupal_render(node_build($node, TRUE)); + $teaser = drupal_render(node_build($node, 'teaser')); $this->assertTrue(strpos($teaser, format_plural(2, '1 attachment', '@count attachments')), 'Attachments link found on node teaser.'); // Fetch db record and use fid to rename and delete file. |