diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-09-19 18:45:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-09-19 18:45:51 +0000 |
commit | c84ec0fa0ec0e090b4883d7c51fdd60131d4a98b (patch) | |
tree | 18022ac28fd2b9dbaa41d82b1fcdae2678b0650c /modules/simpletest/tests/upgrade | |
parent | 64fc9813b4a225bba8ab56bae0ca3b1db756121a (diff) | |
download | brdo-c84ec0fa0ec0e090b4883d7c51fdd60131d4a98b.tar.gz brdo-c84ec0fa0ec0e090b4883d7c51fdd60131d4a98b.tar.bz2 |
- Patch #909460 by tobiasb: remove debug() from test files.
Diffstat (limited to 'modules/simpletest/tests/upgrade')
-rw-r--r-- | modules/simpletest/tests/upgrade/upgrade.taxonomy.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/simpletest/tests/upgrade/upgrade.taxonomy.test b/modules/simpletest/tests/upgrade/upgrade.taxonomy.test index 70e006269..e3e3c3d63 100644 --- a/modules/simpletest/tests/upgrade/upgrade.taxonomy.test +++ b/modules/simpletest/tests/upgrade/upgrade.taxonomy.test @@ -70,7 +70,7 @@ class UpgradePathTaxonomyTestCase extends UpgradePathTestCase { // Node type 'story' was not explicitly in $vocabulary->nodes but // each node of type 'story' was associated to one or more terms. // Check that the node type 'story' has been associated only to - // the taxonomyextra field. + // the taxonomyextra field. $instances = $this->instanceVocabularies('node', 'story'); $field_names = array_flip($instances); $this->assertEqual(count($field_names), 1, t('Only one taxonomy term field instance exists for story nodes')); @@ -95,7 +95,6 @@ class UpgradePathTaxonomyTestCase extends UpgradePathTestCase { $node->content = field_attach_view('node', $node, 'full'); $render = drupal_render($node->content); $this->drupalSetContent($render); - debug("Testing node $nid"); $this->verbose($render); foreach ($terms as $tid => $term) { $args = array( |