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

Add quick test for skip_hash_check.

parent 0b3cfee2
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ class FeedsCSVtoTermsTest extends FeedsWebTestCase { ...@@ -71,7 +71,7 @@ class FeedsCSVtoTermsTest extends FeedsWebTestCase {
// Force update. // Force update.
$this->setSettings('term_import', 'FeedsTermProcessor', array( $this->setSettings('term_import', 'FeedsTermProcessor', array(
'skip_hash_check' => TRUE, 'skip_hash_check' => TRUE,
'update_existing' => FEEDS_UPDATE_EXISTING, 'update_existing' => 2,
)); ));
$this->importFile('term_import', $this->absolutePath() . '/tests/feeds/users.csv'); $this->importFile('term_import', $this->absolutePath() . '/tests/feeds/users.csv');
$this->assertText('Updated 5 terms.'); $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