diff --git a/tests/feeds_processor_term.test b/tests/feeds_processor_term.test index 7fc3810c93942ea32cff46ce665022e00cef756f..7e48e205d7aa1f98e693787a2afc088e27c23f9d 100644 --- a/tests/feeds_processor_term.test +++ b/tests/feeds_processor_term.test @@ -68,6 +68,11 @@ class FeedsCSVtoTermsTest extends FeedsWebTestCase { $this->importFile('term_import', $this->absolutePath() . '/tests/feeds/users.csv'); $this->assertText('There are no new terms.'); + // Force update. + $this->setSettings('term_import', 'FeedsTermProcessor', array('skip_hash_check' => TRUE)); + $this->importFile('term_import', $this->absolutePath() . '/tests/feeds/users.csv'); + $this->assertText('Updated 5 terms.'); + // Add a term manually, delete all terms, this term should still stand. $edit = array( 'name' => 'Cousin Itt',