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

8.0.x
webchick 2012-06-23 11:24:13 -07:00
parent 675803d885
commit 509a018536
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class TermIndexTest extends TaxonomyTestBase {
$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,