diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-05-05 06:55:25 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-05-05 06:55:25 +0000 |
commit | a2d6297055e6abdcd1a811b34b7fb463fcb50c0c (patch) | |
tree | a4528b2ac03d9b4d2a8087f43a2fd1911b9d1370 /modules/simpletest/drupal_web_test_case.php | |
parent | adc9bc1845b8400f45dc790c6376531830782917 (diff) | |
download | brdo-a2d6297055e6abdcd1a811b34b7fb463fcb50c0c.tar.gz brdo-a2d6297055e6abdcd1a811b34b7fb463fcb50c0c.tar.bz2 |
#771922 by andypost: Remove t() from schema description of picture field.
Diffstat (limited to 'modules/simpletest/drupal_web_test_case.php')
-rw-r--r-- | modules/simpletest/drupal_web_test_case.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index 4765508cc..d7d95869b 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -842,6 +842,7 @@ class DrupalWebTestCase extends DrupalTestCase { $saved_type = node_type_save($type); node_types_rebuild(); menu_rebuild(); + node_add_body_field($type); $this->assertEqual($saved_type, SAVED_NEW, t('Created content type %type.', array('%type' => $type->type))); |