diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-08 07:05:52 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-08 07:05:52 +0000 |
commit | fdd39823ba9560dd23e17aa7a42513ed3de0f13c (patch) | |
tree | 6afc9fbb91beedd1d8d8aed7dbaae7b665764faa /modules/node/node.test | |
parent | 326e6273980ccf4ebae9ae9aab9633544c345a8c (diff) | |
download | brdo-fdd39823ba9560dd23e17aa7a42513ed3de0f13c.tar.gz brdo-fdd39823ba9560dd23e17aa7a42513ed3de0f13c.tar.bz2 |
#609140 by mcarbone: Rewrite outdated references to taxonomy_term_node().
Diffstat (limited to 'modules/node/node.test')
-rw-r--r-- | modules/node/node.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/node/node.test b/modules/node/node.test index 6eeda5c25..f697f468d 100644 --- a/modules/node/node.test +++ b/modules/node/node.test @@ -1010,6 +1010,9 @@ class NodeAdminTestCase extends DrupalWebTestCase { /** * Tests content overview with different user permissions. + * + * Taxonomy filters are tested separately. + * @see TaxonomyNodeFilterTestCase */ function testContentAdminPages() { $this->drupalLogin($this->admin_user); |