Skip to content
Snippets Groups Projects
Commit 0b3cfee2 authored by Chris Leppanen's avatar Chris Leppanen
Browse files

Add quick test for skip_hash_check.

parent ad614781
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,10 @@ class FeedsCSVtoTermsTest extends FeedsWebTestCase {
$this->assertText('There are no new terms.');
// Force update.
$this->setSettings('term_import', 'FeedsTermProcessor', array('skip_hash_check' => TRUE));
$this->setSettings('term_import', 'FeedsTermProcessor', array(
'skip_hash_check' => TRUE,
'update_existing' => FEEDS_UPDATE_EXISTING,
));
$this->importFile('term_import', $this->absolutePath() . '/tests/feeds/users.csv');
$this->assertText('Updated 5 terms.');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment