Issue #1195254 follow-up by David_Rothstein: Fix indentation.

merge-requests/26/head
David Rothstein 2012-06-23 15:04:27 -04:00
parent ed197d6e34
commit f7d5d80849
1 changed files with 1 additions and 1 deletions

View File

@ -1212,7 +1212,7 @@ class TaxonomyTermIndexTestCase extends TaxonomyWebTestCase {
$index_count = db_query('SELECT COUNT(*) FROM {taxonomy_index} WHERE nid = :nid AND tid = :tid', array(
':nid' => $node->nid,
':tid' => $term_1->tid,
))->fetchField();
))->fetchField();
$this->assertEqual(0, $index_count, 'Term 1 is not indexed.');
$index_count = db_query('SELECT COUNT(*) FROM {taxonomy_index} WHERE nid = :nid AND tid = :tid', array(
':nid' => $node->nid,